summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gillespie <tgbugs@gmail.com>2023-03-06 14:47:47 -0800
committerMichał Górny <mgorny@gentoo.org>2023-03-07 10:17:39 +0100
commit25d11044ace87ca483c2774357984306bd97d2d6 (patch)
tree29bf2344770a0152dacfd5b9cdd20f0be2c3827b /dev-python/poetry-core
parentdev-python/moto: Bump to 4.1.4 (diff)
downloadgentoo-25d11044ace87ca483c2774357984306bd97d2d6.tar.gz
gentoo-25d11044ace87ca483c2774357984306bd97d2d6.tar.bz2
gentoo-25d11044ace87ca483c2774357984306bd97d2d6.zip
dev-python/poetry-core: add missing BDEPENDs
poetry-core builds itself so add RDEPEND to BDEPEND Signed-off-by: Tom Gillespie <tgbugs@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29965 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/poetry-core')
-rw-r--r--dev-python/poetry-core/poetry-core-1.5.1.ebuild1
1 files changed, 1 insertions, 0 deletions
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}]