Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pip/
Date: Thu, 27 Aug 2015 07:59:09
Message-Id: 1440662336.bf410198759837aed7fa5099e64d63a89dc71dec.jlec@gentoo
1 commit: bf410198759837aed7fa5099e64d63a89dc71dec
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 27 07:58:56 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 07:58:56 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf410198
7
8 dev-python/pip: Resolve circular deps,
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558808
11
12 Package-Manager: portage-2.2.20.1
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 dev-python/pip/pip-7.1.2.ebuild | 4 +++-
16 1 file changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-python/pip/pip-7.1.2.ebuild b/dev-python/pip/pip-7.1.2.ebuild
19 index 1a0c9d3..2c47eb8 100644
20 --- a/dev-python/pip/pip-7.1.2.ebuild
21 +++ b/dev-python/pip/pip-7.1.2.ebuild
22 @@ -30,10 +30,12 @@ VENDOR_DEPEND="
23 >=dev-python/packaging-15.3[${PYTHON_USEDEP}]
24 >=dev-python/retrying-1.3.3[${PYTHON_USEDEP}]
25 "
26 -RDEPEND="${VENDOR_DEPEND}
27 +RDEPEND="
28 >=dev-python/setuptools-18.2[${PYTHON_USEDEP}]
29 "
30 DEPEND="${RDEPEND}"
31 +# circular #558808
32 +PDEPEND="${VENDOR_DEPEND}"
33
34 # required test data isn't bundled with the tarball
35 RESTRICT="test"