diff options
author | Tom Gillespie <tgbugs@gmail.com> | 2023-03-06 14:47:47 -0800 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-07 10:17:39 +0100 |
commit | 25d11044ace87ca483c2774357984306bd97d2d6 (patch) | |
tree | 29bf2344770a0152dacfd5b9cdd20f0be2c3827b /dev-python/poetry-core | |
parent | dev-python/moto: Bump to 4.1.4 (diff) | |
download | gentoo-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.ebuild | 1 |
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}] |