commit: 25d11044ace87ca483c2774357984306bd97d2d6 Author: Tom Gillespie <tgbugs <AT> gmail <DOT> com> AuthorDate: Mon Mar 6 22:47:47 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Mar 7 09:17:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d11044
dev-python/poetry-core: add missing BDEPENDs poetry-core builds itself so add RDEPEND to BDEPEND Signed-off-by: Tom Gillespie <tgbugs <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29965 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/poetry-core/poetry-core-1.5.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/poetry-core/poetry-core-1.5.1.ebuild b/dev-python/poetry-core/poetry-core-1.5.1.ebuild index 48eb148a546b..d53ff8ad2f0e 100644 --- a/dev-python/poetry-core/poetry-core-1.5.1.ebuild +++ b/dev-python/poetry-core/poetry-core-1.5.1.ebuild @@ -31,6 +31,7 @@ RDEPEND=" dev-python/tomlkit[${PYTHON_USEDEP}] " BDEPEND=" + ${RDEPEND} test? ( dev-python/build[${PYTHON_USEDEP}] dev-python/pep517[${PYTHON_USEDEP}]
