diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-11-01 09:32:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-17 11:07:52 +0000 |
commit | 139f9e343db029c95ff3f4811872289bf2451a84 (patch) | |
tree | 3b1cfe183d9e446f6633eac12946703a10043d31 /net-im | |
parent | sys-libs/minizip-ng: add 4.0.3 (diff) | |
download | gentoo-139f9e343db029c95ff3f4811872289bf2451a84.tar.gz gentoo-139f9e343db029c95ff3f4811872289bf2451a84.tar.bz2 gentoo-139f9e343db029c95ff3f4811872289bf2451a84.zip |
net-im/synapse: restrict <dev-python/twisted-23.8.1
Some tests are known to fail with >twisted-23.8, see [1]
[1] https://github.com/matrix-org/synapse/pull/16528
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/synapse/synapse-1.93.0-r1.ebuild (renamed from net-im/synapse/synapse-1.93.0.ebuild) | 3 | ||||
-rw-r--r-- | net-im/synapse/synapse-1.95.0-r1.ebuild (renamed from net-im/synapse/synapse-1.95.0.ebuild) | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-im/synapse/synapse-1.93.0.ebuild b/net-im/synapse/synapse-1.93.0-r1.ebuild index 931fb634d2a4..efc6e857ff1b 100644 --- a/net-im/synapse/synapse-1.93.0.ebuild +++ b/net-im/synapse/synapse-1.93.0-r1.ebuild @@ -94,6 +94,7 @@ DEPEND=" acct-group/synapse " # <pydantic-2, see https://github.com/matrix-org/synapse/issues/15858 +# >twisted-23.8 breaks tests, see https://github.com/matrix-org/synapse/pull/16528 RDEPEND=" ${DEPEND} dev-python/attrs[${PYTHON_USEDEP}] @@ -122,7 +123,7 @@ RDEPEND=" dev-python/signedjson[${PYTHON_USEDEP}] dev-python/sortedcontainers[${PYTHON_USEDEP}] dev-python/treq[${PYTHON_USEDEP}] - dev-python/twisted[${PYTHON_USEDEP}] + <dev-python/twisted-23.8.1[${PYTHON_USEDEP}] dev-python/typing-extensions[${PYTHON_USEDEP}] dev-python/unpaddedbase64[${PYTHON_USEDEP}] postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] ) diff --git a/net-im/synapse/synapse-1.95.0.ebuild b/net-im/synapse/synapse-1.95.0-r1.ebuild index 853662c0778a..c28f39b29d11 100644 --- a/net-im/synapse/synapse-1.95.0.ebuild +++ b/net-im/synapse/synapse-1.95.0-r1.ebuild @@ -93,6 +93,7 @@ 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}] @@ -121,7 +122,7 @@ RDEPEND=" dev-python/signedjson[${PYTHON_USEDEP}] dev-python/sortedcontainers[${PYTHON_USEDEP}] dev-python/treq[${PYTHON_USEDEP}] - dev-python/twisted[${PYTHON_USEDEP}] + <dev-python/twisted-23.8.1[${PYTHON_USEDEP}] dev-python/typing-extensions[${PYTHON_USEDEP}] dev-python/unpaddedbase64[${PYTHON_USEDEP}] postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] ) |