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 9E262138359 for ; Sat, 12 Sep 2020 18:53:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABB73E0857; Sat, 12 Sep 2020 18:53:07 +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 91F5EE0857 for ; Sat, 12 Sep 2020 18:53:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2984C340CCF for ; Sat, 12 Sep 2020 18:53:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A3892D2 for ; Sat, 12 Sep 2020 18:53:04 +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: <1599936779.9b7f74c48d25699c56dd8bfee5ebb7896a8a23e6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asttokens/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/asttokens/asttokens-2.0.4.ebuild X-VCS-Directories: dev-python/asttokens/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9b7f74c48d25699c56dd8bfee5ebb7896a8a23e6 X-VCS-Branch: master Date: Sat, 12 Sep 2020 18:53:04 +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: 88459194-a009-4de5-871f-184b72a1cebd X-Archives-Hash: bca946dfe38e056393b88aaad0cf5aa8 commit: 9b7f74c48d25699c56dd8bfee5ebb7896a8a23e6 Author: Michał Górny gentoo org> AuthorDate: Sat Sep 12 18:34:56 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 12 18:52:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7f74c4 dev-python/asttokens: Add missing build time deps Closes: https://bugs.gentoo.org/741903 Signed-off-by: Michał Górny gentoo.org> dev-python/asttokens/asttokens-2.0.4.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/asttokens/asttokens-2.0.4.ebuild b/dev-python/asttokens/asttokens-2.0.4.ebuild index ee9e23b9543..a6ecd1a73ae 100644 --- a/dev-python/asttokens/asttokens-2.0.4.ebuild +++ b/dev-python/asttokens/asttokens-2.0.4.ebuild @@ -20,6 +20,8 @@ KEYWORDS="~amd64 ~x86" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" BDEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] + dev-python/toml[${PYTHON_USEDEP}] test? ( dev-python/astroid[${PYTHON_USEDEP}] )"