diff options
author | 2023-12-13 08:47:25 +0100 | |
---|---|---|
committer | 2023-12-13 09:08:29 +0100 | |
commit | c4098ac03ab80d121d2237149ea5ac8c25fa6452 (patch) | |
tree | bcf24e8de228d8edcfeaac342ea801c00dda5c15 /net-im | |
parent | app-admin/ryzen_monitor: add 1.0.5-r1, 1.0.6_pre20220901 (diff) | |
download | gentoo-c4098ac03ab80d121d2237149ea5ac8c25fa6452.tar.gz gentoo-c4098ac03ab80d121d2237149ea5ac8c25fa6452.tar.bz2 gentoo-c4098ac03ab80d121d2237149ea5ac8c25fa6452.zip |
net-im/synapse: lift twisted restriction
The issue is already fixed.
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/synapse/synapse-1.98.0-r1.ebuild (renamed from net-im/synapse/synapse-1.98.0.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-im/synapse/synapse-1.98.0.ebuild b/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}] ) |