summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-27 11:32:57 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-27 11:37:52 +0200
commit5c3a5c58067c6ee9d6b0a1d2582856deb3c8de5f (patch)
tree052fa338e0c50e124b69f71188f72f6162085f38 /dev-python/pip
parentdev-python/pbr: Further resolve circular deps (diff)
downloadgentoo-5c3a5c58067c6ee9d6b0a1d2582856deb3c8de5f.tar.gz
gentoo-5c3a5c58067c6ee9d6b0a1d2582856deb3c8de5f.tar.bz2
gentoo-5c3a5c58067c6ee9d6b0a1d2582856deb3c8de5f.zip
Revert "dev-python/pip: Resolve circular deps,"
This reverts commit bf410198759837aed7fa5099e64d63a89dc71dec.
Diffstat (limited to 'dev-python/pip')
-rw-r--r--dev-python/pip/pip-7.1.2.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/pip/pip-7.1.2.ebuild b/dev-python/pip/pip-7.1.2.ebuild
index 2c47eb85bba8..1a0c9d3b032f 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"