summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorDaniel Wagner-Hall <daniel@matrix.org>2016-01-28 14:47:03 +0000
committerDaniel Wagner-Hall <daniel@matrix.org>2016-01-28 14:47:03 +0000
commit0935802f1e811f56121e968547fb25141ac43daa (patch)
tree7e6b2510a02a15a694bf45fda4bff5fe77459242 /synapse
parentMerge pull request #534 from matrix-org/erikj/setup (diff)
downloadsynapse-0935802f1e811f56121e968547fb25141ac43daa.tar.xz
Pin pynacl to 0.3.0
Something has gone wrong in the packaging of 1.* which causes it not to
compile.
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 d37dc11470..a87628ed85 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -22,7 +22,7 @@ REQUIREMENTS = {
     "unpaddedbase64>=1.0.1": ["unpaddedbase64>=1.0.1"],
     "canonicaljson>=1.0.0": ["canonicaljson>=1.0.0"],
     "signedjson>=1.0.0": ["signedjson>=1.0.0"],
-    "pynacl>=0.3.0": ["nacl>=0.3.0", "nacl.bindings"],
+    "pynacl==0.3.0": ["nacl==0.3.0", "nacl.bindings"],
     "service_identity>=1.0.0": ["service_identity>=1.0.0"],
     "Twisted>=15.1.0": ["twisted>=15.1.0"],
     "pyopenssl>=0.14": ["OpenSSL>=0.14"],