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 | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-setup.py b/net-im/py-matrix-synapse/files/patch-setup.py index 36446364bf7e..09a64a64e14a 100644 --- a/net-im/py-matrix-synapse/files/patch-setup.py +++ b/net-im/py-matrix-synapse/files/patch-setup.py @@ -1,16 +1,5 @@ ---- setup.py.orig 1970-01-01 00:00:00 UTC +--- setup.py.orig 2023-04-21 21:41:33 UTC +++ setup.py -@@ -154,8 +154,8 @@ install_requires = \ - 'bcrypt>=3.1.7', - 'bleach>=1.4.3', - 'canonicaljson>=1.5.0,<2.0.0', -- 'cryptography>=3.4.7', -- 'frozendict>=1,!=2.1.2,<2.3.5', -+ 'cryptography', -+ 'frozendict>=1', - 'ijson>=3.1.4', - 'jsonschema>=3.0.0', - 'matrix-common>=1.3.0,<2.0.0', @@ -170,7 +170,6 @@ install_requires = \ 'pydantic>=1.7.4', 'pymacaroons>=0.13.0', |