dev-python/tqdm: Add missing build deps

Closes: https://bugs.gentoo.org/756043
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-11-22 11:45:59 +01:00
parent 6dab4bf338
commit 52c3855081

View File

@@ -23,6 +23,10 @@ LICENSE="MIT"
SLOT="0"
IUSE="examples"
BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
dev-python/toml[${PYTHON_USEDEP}]"
distutils_enable_tests pytest
python_test() {