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 1EC68138334 for ; Wed, 20 Nov 2019 23:39:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BB53E085A; Wed, 20 Nov 2019 23:39:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 15EE7E085A for ; Wed, 20 Nov 2019 23:39:56 +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 0BFB734D15B for ; Wed, 20 Nov 2019 23:39:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B40678B1 for ; Wed, 20 Nov 2019 23:39:52 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1574293176.5e2a96b7beeb3d25a5a1fe725f5edf7313dc2735.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/entrypoints/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/entrypoints/entrypoints-0.2.3.ebuild X-VCS-Directories: dev-python/entrypoints/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5e2a96b7beeb3d25a5a1fe725f5edf7313dc2735 X-VCS-Branch: master Date: Wed, 20 Nov 2019 23:39:52 +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: 0a025f68-c2c0-4a6b-a07c-694be6b9974c X-Archives-Hash: c1ff2965e12aea23dc559a698e70abe5 commit: 5e2a96b7beeb3d25a5a1fe725f5edf7313dc2735 Author: Marius Brehler googlemail com> AuthorDate: Mon Oct 21 08:36:59 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 20 23:39:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e2a96b7 dev-python/entrypoints: Add setuptools as dependency Closes: https://bugs.gentoo.org/678944 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Marius Brehler googlemail.com> Closes: https://github.com/gentoo/gentoo/pull/12369 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/entrypoints/entrypoints-0.2.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/entrypoints/entrypoints-0.2.3.ebuild b/dev-python/entrypoints/entrypoints-0.2.3.ebuild index 733fe1027b9..4f68d1e9446 100644 --- a/dev-python/entrypoints/entrypoints-0.2.3.ebuild +++ b/dev-python/entrypoints/entrypoints-0.2.3.ebuild @@ -17,6 +17,7 @@ KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="doc test" DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/configparser-3.5.0[${PYTHON_USEDEP}]' 'python2*') test? ( dev-python/pytest[${PYTHON_USEDEP}]