From 52c3855081983eb74d080c9873ca87a8a1ee6abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 22 Nov 2020 11:45:59 +0100 Subject: [PATCH] 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(+) diff --git a/dev-python/tqdm/tqdm-4.53.0.ebuild b/dev-python/tqdm/tqdm-4.53.0.ebuild index 86b23f03a50cb..d525d19a374ea 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() {