diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-02-18 11:01:37 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-02-18 11:01:37 +0000 |
commit | 5806d52423a97e219b710ca638866e0763fa416e (patch) | |
tree | 2872f3fea3d5fb56d7242fa9b8ec8f32201d1085 | |
parent | Move pynacl to the top of the depedency link list so that it is (diff) | |
download | synapse-5806d52423a97e219b710ca638866e0763fa416e.tar.xz |
Fix syntax
-rw-r--r-- | synapse/python_dependencies.py | 2 |
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", |