commit: c4098ac03ab80d121d2237149ea5ac8c25fa6452
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 13 07:47:25 2023 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Dec 13 08:08:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4098ac0
net-im/synapse: lift twisted restriction
The issue is already fixed.
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-im/synapse/{synapse-1.98.0.ebuild => synapse-1.98.0-r1.ebuild} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net-im/synapse/synapse-1.98.0.ebuild
b/net-im/synapse/synapse-1.98.0-r1.ebuild
similarity index 97%
rename from net-im/synapse/synapse-1.98.0.ebuild
rename to net-im/synapse/synapse-1.98.0-r1.ebuild
index 68738577d22a..23a6f0d0c451 100644
--- a/net-im/synapse/synapse-1.98.0.ebuild
+++ b/net-im/synapse/synapse-1.98.0-r1.ebuild
@@ -94,7 +94,6 @@ DEPEND="
acct-user/synapse
acct-group/synapse
"
-# >twisted-23.8 breaks tests, see
https://github.com/matrix-org/synapse/pull/16528
RDEPEND="
${DEPEND}
dev-python/attrs[${PYTHON_USEDEP}]
@@ -123,7 +122,7 @@ RDEPEND="
dev-python/signedjson[${PYTHON_USEDEP}]
dev-python/sortedcontainers[${PYTHON_USEDEP}]
dev-python/treq[${PYTHON_USEDEP}]
- <dev-python/twisted-23.8.1[${PYTHON_USEDEP}]
+ dev-python/twisted[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
dev-python/unpaddedbase64[${PYTHON_USEDEP}]
postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )