summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-02-18 11:01:37 +0000
committerMark Haines <mark.haines@matrix.org>2015-02-18 11:01:37 +0000
commit5806d52423a97e219b710ca638866e0763fa416e (patch)
tree2872f3fea3d5fb56d7242fa9b8ec8f32201d1085 /synapse
parentMove pynacl to the top of the depedency link list so that it is (diff)
downloadsynapse-5806d52423a97e219b710ca638866e0763fa416e.tar.xz
Fix syntax
Diffstat (limited to 'synapse')
-rw-r--r--synapse/python_dependencies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py

index a30a570552..9464b4fb62 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py
@@ -28,7 +28,7 @@ DEPENDENCY_LINKS = [ project="pyca/pynacl", version="d4d3175589b892f6ea7c22f466e0e223853516fa", egg="pynacl-0.3.0", - ) + ), github_link( project="matrix-org/syutil", version="v0.0.3",