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 7341D13989A for ; Thu, 27 Aug 2015 09:37:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BAC21423C; Thu, 27 Aug 2015 09:37:56 +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 EC7FA1423C for ; Thu, 27 Aug 2015 09:37:55 +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 D803D340A9D for ; Thu, 27 Aug 2015 09:37:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30256167 for ; Thu, 27 Aug 2015 09:37:53 +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: <1440668272.5c3a5c58067c6ee9d6b0a1d2582856deb3c8de5f.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: 5c3a5c58067c6ee9d6b0a1d2582856deb3c8de5f X-VCS-Branch: master Date: Thu, 27 Aug 2015 09:37:53 +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: 7f797229-28fc-480d-8133-60c9701f46ce X-Archives-Hash: 5b32d7981179f9bac83d959acea8613d commit: 5c3a5c58067c6ee9d6b0a1d2582856deb3c8de5f Author: Justin Lecher gentoo org> AuthorDate: Thu Aug 27 09:32:57 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Aug 27 09:37:52 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c3a5c58 Revert "dev-python/pip: Resolve circular deps," This reverts commit bf410198759837aed7fa5099e64d63a89dc71dec. dev-python/pip/pip-7.1.2.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/pip/pip-7.1.2.ebuild b/dev-python/pip/pip-7.1.2.ebuild index 2c47eb8..1a0c9d3 100644 --- a/dev-python/pip/pip-7.1.2.ebuild +++ b/dev-python/pip/pip-7.1.2.ebuild @@ -30,12 +30,10 @@ VENDOR_DEPEND=" >=dev-python/packaging-15.3[${PYTHON_USEDEP}] >=dev-python/retrying-1.3.3[${PYTHON_USEDEP}] " -RDEPEND=" +RDEPEND="${VENDOR_DEPEND} >=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"