commit:     52c3855081983eb74d080c9873ca87a8a1ee6abf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 10:45:59 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 11:50:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c38550

dev-python/tqdm: Add missing build deps

Closes: https://bugs.gentoo.org/756043
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/tqdm/tqdm-4.53.0.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-python/tqdm/tqdm-4.53.0.ebuild 
b/dev-python/tqdm/tqdm-4.53.0.ebuild
index 86b23f03a50..d525d19a374 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() {

Reply via email to