diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2018-12-11 04:14:34 +1100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-12-20 11:15:52 +0000 |
commit | fd4070a85dc4ece77f2427b586c18bb1f4a04197 (patch) | |
tree | 2f10f1098e20c3a1c8d44d3bdee6da074665f7b5 /debian/patches/0006-Don-t-require-strict-nacl-0.3.0-requirement.patch | |
parent | 0.34.0rc2 (diff) | |
download | synapse-fd4070a85dc4ece77f2427b586c18bb1f4a04197.tar.xz |
import from package-debian-synapse
Diffstat (limited to 'debian/patches/0006-Don-t-require-strict-nacl-0.3.0-requirement.patch')
-rw-r--r-- | debian/patches/0006-Don-t-require-strict-nacl-0.3.0-requirement.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/0006-Don-t-require-strict-nacl-0.3.0-requirement.patch b/debian/patches/0006-Don-t-require-strict-nacl-0.3.0-requirement.patch new file mode 100644 index 0000000000..8370c96166 --- /dev/null +++ b/debian/patches/0006-Don-t-require-strict-nacl-0.3.0-requirement.patch @@ -0,0 +1,21 @@ +From: Erik Johnston <erikj@matrix.org> +Date: Mon, 20 Jun 2016 13:20:37 +0100 +Subject: Don't require strict nacl==0.3.0 requirement + +--- + synapse/python_dependencies.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: package-synapse-debian/synapse/python_dependencies.py +=================================================================== +--- package-synapse-debian.orig/synapse/python_dependencies.py ++++ package-synapse-debian/synapse/python_dependencies.py +@@ -37,7 +37,7 @@ REQUIREMENTS = { + "unpaddedbase64>=1.1.0": ["unpaddedbase64>=1.1.0"], + "canonicaljson>=1.1.3": ["canonicaljson>=1.1.3"], + "signedjson>=1.0.0": ["signedjson>=1.0.0"], +- "pynacl>=1.2.1": ["nacl>=1.2.1", "nacl.bindings"], ++ "pynacl>=0.3.0": ["nacl>=0.3.0", "nacl.bindings"], + "service_identity>=16.0.0": ["service_identity>=16.0.0"], + "Twisted>=17.1.0": ["twisted>=17.1.0"], + "treq>=15.1": ["treq>=15.1"], |