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 <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-08-27 09:58:56 +02:00
parent 0d69c92bba
commit bf41019875

View File

@@ -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"