commit: 5c3a5c58067c6ee9d6b0a1d2582856deb3c8de5f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 09:32:57 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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"