dev-python/twine: Add test dep on dev-python/build

Closes: https://bugs.gentoo.org/836611
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-04-01 21:45:43 +02:00
parent 5bdce9b1fb
commit e88b99eab4

View File

@@ -34,6 +34,7 @@ RDEPEND="
BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
dev-python/build[${PYTHON_USEDEP}]
dev-python/jaraco-envs[${PYTHON_USEDEP}]
dev-python/jaraco-functools[${PYTHON_USEDEP}]
dev-python/munch[${PYTHON_USEDEP}]