From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A5E6138359 for ; Sun, 22 Nov 2020 11:51:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A753E077F; Sun, 22 Nov 2020 11:51:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85893E076B for ; Sun, 22 Nov 2020 11:51:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3AB1E340E6F for ; Sun, 22 Nov 2020 11:51:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF77C42C for ; Sun, 22 Nov 2020 11:51:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1606045847.52c3855081983eb74d080c9873ca87a8a1ee6abf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tqdm/tqdm-4.53.0.ebuild X-VCS-Directories: dev-python/tqdm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 52c3855081983eb74d080c9873ca87a8a1ee6abf X-VCS-Branch: master Date: Sun, 22 Nov 2020 11:51:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d0dcefb3-1e8a-43d2-a0f1-ce35b609cae6 X-Archives-Hash: edbbd1c9e6e8fa444d25319ac9804d18 commit: 52c3855081983eb74d080c9873ca87a8a1ee6abf Author: Michał Górny gentoo org> AuthorDate: Sun Nov 22 10:45:59 2020 +0000 Commit: Michał Górny gentoo 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 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() {