summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2023-02-05 16:26:10 +0100
committerSam James <sam@gentoo.org>2023-02-05 15:44:21 +0000
commita72fce1c207345e654b893f37ce10253278e3191 (patch)
treebab5464c840015ff3c17047e31f405fa74da6821
parentnet-im/synapse: drop 1.72.0 (diff)
downloadgentoo-a72fce1c207345e654b893f37ce10253278e3191.tar.gz
gentoo-a72fce1c207345e654b893f37ce10253278e3191.tar.bz2
gentoo-a72fce1c207345e654b893f37ce10253278e3191.zip
net-im/synapse: limit poetry-core to <1.5.0
Synapse has frequent releases, we can limit poetry-core to <1.5.0 now and wait for the next version where the issue will be solved. Bug: https://bugs.gentoo.org/893244 See-also: https://github.com/matrix-org/synapse/pull/14949 See-also: https://github.com/python-poetry/poetry/issues/7470 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/29379 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-im/synapse/synapse-1.74.0-r1.ebuild (renamed from net-im/synapse/synapse-1.74.0.ebuild)1
-rw-r--r--net-im/synapse/synapse-1.75.0-r1.ebuild (renamed from net-im/synapse/synapse-1.75.0.ebuild)1
-rw-r--r--net-im/synapse/synapse-1.76.0.ebuild1
3 files changed, 3 insertions, 0 deletions
diff --git a/net-im/synapse/synapse-1.74.0.ebuild b/net-im/synapse/synapse-1.74.0-r1.ebuild
index 2d93428cd56e..660bdd799cb3 100644
--- a/net-im/synapse/synapse-1.74.0.ebuild
+++ b/net-im/synapse/synapse-1.74.0-r1.ebuild
@@ -127,6 +127,7 @@ RDEPEND="${DEPEND}
systemd? ( dev-python/python-systemd[${PYTHON_USEDEP}] )
"
BDEPEND="
+ <dev-python/poetry-core-1.5.0[${PYTHON_USEDEP}]
dev-python/setuptools-rust[${PYTHON_USEDEP}]
test? (
dev-python/idna[${PYTHON_USEDEP}]
diff --git a/net-im/synapse/synapse-1.75.0.ebuild b/net-im/synapse/synapse-1.75.0-r1.ebuild
index 3b0881903314..db822497a82a 100644
--- a/net-im/synapse/synapse-1.75.0.ebuild
+++ b/net-im/synapse/synapse-1.75.0-r1.ebuild
@@ -127,6 +127,7 @@ RDEPEND="${DEPEND}
systemd? ( dev-python/python-systemd[${PYTHON_USEDEP}] )
"
BDEPEND="
+ <dev-python/poetry-core-1.5.0[${PYTHON_USEDEP}]
dev-python/setuptools-rust[${PYTHON_USEDEP}]
test? (
dev-python/idna[${PYTHON_USEDEP}]
diff --git a/net-im/synapse/synapse-1.76.0.ebuild b/net-im/synapse/synapse-1.76.0.ebuild
index b943f6be542c..69a3111edb72 100644
--- a/net-im/synapse/synapse-1.76.0.ebuild
+++ b/net-im/synapse/synapse-1.76.0.ebuild
@@ -127,6 +127,7 @@ RDEPEND="${DEPEND}
systemd? ( dev-python/python-systemd[${PYTHON_USEDEP}] )
"
BDEPEND="
+ <dev-python/poetry-core-1.5.0[${PYTHON_USEDEP}]
dev-python/setuptools-rust[${PYTHON_USEDEP}]
test? (
dev-python/idna[${PYTHON_USEDEP}]