diff options
author | 2023-03-15 09:31:09 +0100 | |
---|---|---|
committer | 2023-03-15 10:58:53 +0100 | |
commit | fe9608794e2b6d11c9e7b7ce07bdbffa80d31aed (patch) | |
tree | 602c02432ae887bb200472040ade7d97fd6d5295 /net-im/synapse | |
parent | app-vim/gentoo-syntax: Remove old (diff) | |
download | gentoo-fe9608794e2b6d11c9e7b7ce07bdbffa80d31aed.tar.gz gentoo-fe9608794e2b6d11c9e7b7ce07bdbffa80d31aed.tar.bz2 gentoo-fe9608794e2b6d11c9e7b7ce07bdbffa80d31aed.zip |
net-im/synapse: restrict dev-python/canonicaljson to <2.0.0
Available versions of synapse require canonicaljson <2.0.0. This will
change in future versions to >=2.0.0 soon, most probably in next
version in 14 days.
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-im/synapse')
-rw-r--r-- | net-im/synapse/synapse-1.77.0-r1.ebuild (renamed from net-im/synapse/synapse-1.77.0.ebuild) | 2 | ||||
-rw-r--r-- | net-im/synapse/synapse-1.78.0-r1.ebuild (renamed from net-im/synapse/synapse-1.78.0.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/synapse/synapse-1.77.0.ebuild b/net-im/synapse/synapse-1.77.0-r1.ebuild index 36f84cc645f5..b8e7210085f9 100644 --- a/net-im/synapse/synapse-1.77.0.ebuild +++ b/net-im/synapse/synapse-1.77.0-r1.ebuild @@ -97,7 +97,7 @@ RDEPEND="${DEPEND} dev-python/attrs[${PYTHON_USEDEP}] dev-python/bcrypt[${PYTHON_USEDEP}] dev-python/bleach[${PYTHON_USEDEP}] - dev-python/canonicaljson[${PYTHON_USEDEP}] + <dev-python/canonicaljson-2[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}] dev-python/frozendict[${PYTHON_USEDEP}] dev-python/ijson[${PYTHON_USEDEP}] diff --git a/net-im/synapse/synapse-1.78.0.ebuild b/net-im/synapse/synapse-1.78.0-r1.ebuild index 2da15407303b..9b508939ceef 100644 --- a/net-im/synapse/synapse-1.78.0.ebuild +++ b/net-im/synapse/synapse-1.78.0-r1.ebuild @@ -97,7 +97,7 @@ RDEPEND="${DEPEND} dev-python/attrs[${PYTHON_USEDEP}] dev-python/bcrypt[${PYTHON_USEDEP}] dev-python/bleach[${PYTHON_USEDEP}] - dev-python/canonicaljson[${PYTHON_USEDEP}] + <dev-python/canonicaljson-2[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}] dev-python/frozendict[${PYTHON_USEDEP}] dev-python/ijson[${PYTHON_USEDEP}] |