commit: bf410198759837aed7fa5099e64d63a89dc71dec Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Aug 27 07:58:56 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Aug 27 07:58:56 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf410198
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 <AT> gentoo.org> dev-python/pip/pip-7.1.2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/pip/pip-7.1.2.ebuild b/dev-python/pip/pip-7.1.2.ebuild index 1a0c9d3..2c47eb8 100644 --- a/dev-python/pip/pip-7.1.2.ebuild +++ b/dev-python/pip/pip-7.1.2.ebuild @@ -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"
