diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-22 11:45:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-22 12:50:47 +0100 |
commit | 52c3855081983eb74d080c9873ca87a8a1ee6abf (patch) | |
tree | 4939534437265da419bcad52c759c35499dc9233 /dev-python/tqdm | |
parent | profiles/f/p/s/kernel-2.6.16+/p.bashrc: libmount compatibility. (diff) | |
download | gentoo-52c3855081983eb74d080c9873ca87a8a1ee6abf.tar.gz gentoo-52c3855081983eb74d080c9873ca87a8a1ee6abf.tar.bz2 gentoo-52c3855081983eb74d080c9873ca87a8a1ee6abf.zip |
dev-python/tqdm: Add missing build deps
Closes: https://bugs.gentoo.org/756043
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tqdm')
-rw-r--r-- | dev-python/tqdm/tqdm-4.53.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/tqdm/tqdm-4.53.0.ebuild b/dev-python/tqdm/tqdm-4.53.0.ebuild index 86b23f03a50c..d525d19a374e 100644 --- a/dev-python/tqdm/tqdm-4.53.0.ebuild +++ b/dev-python/tqdm/tqdm-4.53.0.ebuild @@ -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() { |