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 09:37:58
Message-Id: 1440668272.5c3a5c58067c6ee9d6b0a1d2582856deb3c8de5f.jlec@gentoo
1 commit: 5c3a5c58067c6ee9d6b0a1d2582856deb3c8de5f
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 27 09:32:57 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 09:37:52 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c3a5c58
7
8 Revert "dev-python/pip: Resolve circular deps,"
9
10 This reverts commit bf410198759837aed7fa5099e64d63a89dc71dec.
11
12 dev-python/pip/pip-7.1.2.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-python/pip/pip-7.1.2.ebuild b/dev-python/pip/pip-7.1.2.ebuild
16 index 2c47eb8..1a0c9d3 100644
17 --- a/dev-python/pip/pip-7.1.2.ebuild
18 +++ b/dev-python/pip/pip-7.1.2.ebuild
19 @@ -30,12 +30,10 @@ VENDOR_DEPEND="
20 >=dev-python/packaging-15.3[${PYTHON_USEDEP}]
21 >=dev-python/retrying-1.3.3[${PYTHON_USEDEP}]
22 "
23 -RDEPEND="
24 +RDEPEND="${VENDOR_DEPEND}
25 >=dev-python/setuptools-18.2[${PYTHON_USEDEP}]
26 "
27 DEPEND="${RDEPEND}"
28 -# circular #558808
29 -PDEPEND="${VENDOR_DEPEND}"
30
31 # required test data isn't bundled with the tarball
32 RESTRICT="test"