diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-08 09:14:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-08 09:33:23 +0200 |
commit | d71606d1dc7f0f7762ee5d05842ca8025e62210e (patch) | |
tree | d3201e57de874067bcbadb0fcce5063dd6d5e62d /dev-python/hatchling | |
parent | dev-db/sqlcipher: x86 stable wrt bug #836922 (diff) | |
download | gentoo-d71606d1dc7f0f7762ee5d05842ca8025e62210e.tar.gz gentoo-d71606d1dc7f0f7762ee5d05842ca8025e62210e.tar.bz2 gentoo-d71606d1dc7f0f7762ee5d05842ca8025e62210e.zip |
dev-python/hatchling: Add test dep on dev-python/virtualenv
Closes: https://bugs.gentoo.org/837212
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hatchling')
-rw-r--r-- | dev-python/hatchling/hatchling-0.22.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/hatchling/hatchling-0.22.0.ebuild b/dev-python/hatchling/hatchling-0.22.0.ebuild index 0dc9abc647ee..be8f4b765bce 100644 --- a/dev-python/hatchling/hatchling-0.22.0.ebuild +++ b/dev-python/hatchling/hatchling-0.22.0.ebuild @@ -42,6 +42,7 @@ BDEPEND=" dev-python/platformdirs[${PYTHON_USEDEP}] dev-python/rich[${PYTHON_USEDEP}] dev-python/tomli-w[${PYTHON_USEDEP}] + dev-python/virtualenv[${PYTHON_USEDEP}] ' 'python*') ) " |