diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-09 21:57:31 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-09 22:07:22 +0800 |
commit | be25bb2a2d2bf5f4854595713605b513800756b5 (patch) | |
tree | 0a175b4b76968c160256a131b41ff9a835bbea9c /net-im/py-matrix-synapse/files/patch-setup.py | |
parent | net-im/jabberd: Fix a5c2ca9eefbc427074af49dd4b2630b0b58f6d80 (diff) |
net-im/py-matrix-synapse: Allow build with py-poetry-core 1.9.0 and py-setuptools-rust 1.9.0
Diffstat (limited to 'net-im/py-matrix-synapse/files/patch-setup.py')
-rw-r--r-- | net-im/py-matrix-synapse/files/patch-setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-setup.py b/net-im/py-matrix-synapse/files/patch-setup.py index 5b7664929f74..7b58e4d5030c 100644 --- a/net-im/py-matrix-synapse/files/patch-setup.py +++ b/net-im/py-matrix-synapse/files/patch-setup.py @@ -1,6 +1,6 @@ --- setup.py.orig 1970-01-01 00:00:00 UTC +++ setup.py -@@ -175,7 +175,6 @@ install_requires = \ +@@ -172,7 +172,6 @@ install_requires = \ 'pydantic>=1.7.4,<3', 'pymacaroons>=0.13.0', 'service-identity>=18.1.0', |