diff options
author | 2022-08-31 17:54:35 +0200 | |
---|---|---|
committer | 2022-08-31 17:54:35 +0200 | |
commit | 323282a2b02ccdd0c26b10347e94cc9e9a19d181 (patch) | |
tree | 5003c9769c260a443c1d42a4e35a9755e92d1a9b /dev-python/poetry-core | |
parent | sys-kernel/vanilla-sources: add 5.19.6, drop 5.19.5 (diff) | |
download | gentoo-323282a2b02ccdd0c26b10347e94cc9e9a19d181.tar.gz gentoo-323282a2b02ccdd0c26b10347e94cc9e9a19d181.tar.bz2 gentoo-323282a2b02ccdd0c26b10347e94cc9e9a19d181.zip |
dev-python/poetry-core: Add missing test-dep on build
Closes: https://bugs.gentoo.org/867712
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.1.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/poetry-core/poetry-core-1.1.0.ebuild b/dev-python/poetry-core/poetry-core-1.1.0.ebuild index 3c9ee00b19c0..c76206f1717a 100644 --- a/dev-python/poetry-core/poetry-core-1.1.0.ebuild +++ b/dev-python/poetry-core/poetry-core-1.1.0.ebuild @@ -32,6 +32,7 @@ RDEPEND=" " BDEPEND=" test? ( + dev-python/build[${PYTHON_USEDEP}] dev-python/pep517[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] dev-python/virtualenv[${PYTHON_USEDEP}] |