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/pbr/
Date: Thu, 27 Aug 2015 09:37:58
Message-Id: 1440668271.e76fb42d2987c054c0cb9a7f2d39d1172e65d98e.jlec@gentoo
1 commit: e76fb42d2987c054c0cb9a7f2d39d1172e65d98e
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 27 09:32:53 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 09:37:51 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e76fb42d
7
8 dev-python/pbr: Further 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/pbr/pbr-1.6.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/pbr/pbr-1.6.0.ebuild b/dev-python/pbr/pbr-1.6.0.ebuild
19 index a95cd57..dc47620 100644
20 --- a/dev-python/pbr/pbr-1.6.0.ebuild
21 +++ b/dev-python/pbr/pbr-1.6.0.ebuild
22 @@ -34,7 +34,7 @@ DEPEND="
23 >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
24 dev-python/virtualenv[${PYTHON_USEDEP}]
25 )"
26 -RDEPEND="dev-python/pip[${PYTHON_USEDEP}]"
27 +PDEPEND="dev-python/pip[${PYTHON_USEDEP}]"
28
29 # Requ'd for testsuite
30 DISTUTILS_IN_SOURCE_BUILD=1