Skip to content

Commit a72fce1

Browse files
arkamarthesamesam
authored andcommitted
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: matrix-org/synapse#14949 See-also: python-poetry/poetry#7470 Signed-off-by: Petr Vaněk <[email protected]> Closes: #29379 Signed-off-by: Sam James <[email protected]>
1 parent 530e0d9 commit a72fce1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ RDEPEND="${DEPEND}
127127
systemd? ( dev-python/python-systemd[${PYTHON_USEDEP}] )
128128
"
129129
BDEPEND="
130+
<dev-python/poetry-core-1.5.0[${PYTHON_USEDEP}]
130131
dev-python/setuptools-rust[${PYTHON_USEDEP}]
131132
test? (
132133
dev-python/idna[${PYTHON_USEDEP}]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ RDEPEND="${DEPEND}
127127
systemd? ( dev-python/python-systemd[${PYTHON_USEDEP}] )
128128
"
129129
BDEPEND="
130+
<dev-python/poetry-core-1.5.0[${PYTHON_USEDEP}]
130131
dev-python/setuptools-rust[${PYTHON_USEDEP}]
131132
test? (
132133
dev-python/idna[${PYTHON_USEDEP}]

net-im/synapse/synapse-1.76.0.ebuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ RDEPEND="${DEPEND}
127127
systemd? ( dev-python/python-systemd[${PYTHON_USEDEP}] )
128128
"
129129
BDEPEND="
130+
<dev-python/poetry-core-1.5.0[${PYTHON_USEDEP}]
130131
dev-python/setuptools-rust[${PYTHON_USEDEP}]
131132
test? (
132133
dev-python/idna[${PYTHON_USEDEP}]

0 commit comments

Comments
 (0)