Skip to content

Commit

Permalink
net-im/synapse: limit poetry-core to <1.5.0
Browse files Browse the repository at this point in the history
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 <arkamar@atlas.cz>
Closes: #29379
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
arkamar authored and thesamesam committed Feb 5, 2023
1 parent 530e0d9 commit a72fce1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Expand Up @@ -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}]
Expand Down
Expand Up @@ -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}]
Expand Down
1 change: 1 addition & 0 deletions net-im/synapse/synapse-1.76.0.ebuild
Expand Up @@ -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}]
Expand Down

0 comments on commit a72fce1

Please sign in to comment.