commit: d71606d1dc7f0f7762ee5d05842ca8025e62210e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Apr 8 07:14:42 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Apr 8 07:33:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71606d1
dev-python/hatchling: Add test dep on dev-python/virtualenv Closes: https://bugs.gentoo.org/837212 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/hatchling/hatchling-0.22.0.ebuild | 1 + 1 file changed, 1 insertion(+) 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*') ) "
