mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user