From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6110B13989A for ; Thu, 27 Aug 2015 07:59:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9669F14231; Thu, 27 Aug 2015 07:59:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E01714209 for ; Thu, 27 Aug 2015 07:59:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C5DF340A3E for ; Thu, 27 Aug 2015 07:59:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3ECAB13B for ; Thu, 27 Aug 2015 07:59:03 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1440662336.bf410198759837aed7fa5099e64d63a89dc71dec.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pip/pip-7.1.2.ebuild X-VCS-Directories: dev-python/pip/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: bf410198759837aed7fa5099e64d63a89dc71dec X-VCS-Branch: master Date: Thu, 27 Aug 2015 07:59:03 +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-Archives-Salt: ab9b4f39-8404-4211-beef-aead39cc243c X-Archives-Hash: 36a2f70ca0d7e6f054838a28f73420fe commit: bf410198759837aed7fa5099e64d63a89dc71dec Author: Justin Lecher gentoo org> AuthorDate: Thu Aug 27 07:58:56 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Aug 27 07:58:56 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf410198 dev-python/pip: Resolve circular deps, Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558808 Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/pip/pip-7.1.2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/pip/pip-7.1.2.ebuild b/dev-python/pip/pip-7.1.2.ebuild index 1a0c9d3..2c47eb8 100644 --- a/dev-python/pip/pip-7.1.2.ebuild +++ b/dev-python/pip/pip-7.1.2.ebuild @@ -30,10 +30,12 @@ VENDOR_DEPEND=" >=dev-python/packaging-15.3[${PYTHON_USEDEP}] >=dev-python/retrying-1.3.3[${PYTHON_USEDEP}] " -RDEPEND="${VENDOR_DEPEND} +RDEPEND=" >=dev-python/setuptools-18.2[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" +# circular #558808 +PDEPEND="${VENDOR_DEPEND}" # required test data isn't bundled with the tarball RESTRICT="test"