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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-setup.py b/net-im/py-matrix-synapse/files/patch-setup.py index 8e70aec77b2b..39649d8e5d13 100644 --- a/net-im/py-matrix-synapse/files/patch-setup.py +++ b/net-im/py-matrix-synapse/files/patch-setup.py @@ -1,8 +1,8 @@ --- setup.py.orig 1970-01-01 00:00:00 UTC +++ setup.py -@@ -174,7 +174,6 @@ install_requires = \ - 'pydantic>=1.7.4,<3', +@@ -179,7 +179,6 @@ install_requires = \ 'pymacaroons>=0.13.0', + 'python-multipart>=0.0.9', 'service-identity>=18.1.0', - 'setuptools_rust>=1.3', 'signedjson>=1.1.0,<2.0.0', |