From 52c3855081983eb74d080c9873ca87a8a1ee6abf Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 22 Nov 2020 11:45:59 +0100 Subject: dev-python/tqdm: Add missing build deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/756043 Signed-off-by: Michał Górny --- dev-python/tqdm/tqdm-4.53.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev-python/tqdm') 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() { -- cgit v1.2.3-65-gdbad