diff options
Diffstat (limited to 'net-im/py-matrix-synapse/files/patch-setup.py')
-rw-r--r-- | net-im/py-matrix-synapse/files/patch-setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-setup.py b/net-im/py-matrix-synapse/files/patch-setup.py index 13c102222d1b..a9f7cf8e5473 100644 --- a/net-im/py-matrix-synapse/files/patch-setup.py +++ b/net-im/py-matrix-synapse/files/patch-setup.py @@ -1,9 +1,9 @@ ---- setup.py.orig 2022-06-28 16:27:08 UTC +--- setup.py.orig 2022-07-05 15:51:27 UTC +++ setup.py -@@ -147,7 +147,7 @@ install_requires = \ +@@ -149,7 +149,7 @@ install_requires = \ 'bcrypt>=3.1.0', 'bleach>=1.4.3', - 'canonicaljson>=1.4.0', + 'canonicaljson>=1.4.0,<2.0.0', - 'cryptography>=3.4.7', + 'cryptography', 'frozendict>=1,!=2.1.2', |