commit: e76fb42d2987c054c0cb9a7f2d39d1172e65d98e Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Aug 27 09:32:53 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Aug 27 09:37:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e76fb42d
dev-python/pbr: Further 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/pbr/pbr-1.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pbr/pbr-1.6.0.ebuild b/dev-python/pbr/pbr-1.6.0.ebuild index a95cd57..dc47620 100644 --- a/dev-python/pbr/pbr-1.6.0.ebuild +++ b/dev-python/pbr/pbr-1.6.0.ebuild @@ -34,7 +34,7 @@ DEPEND=" >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}] dev-python/virtualenv[${PYTHON_USEDEP}] )" -RDEPEND="dev-python/pip[${PYTHON_USEDEP}]" +PDEPEND="dev-python/pip[${PYTHON_USEDEP}]" # Requ'd for testsuite DISTUTILS_IN_SOURCE_BUILD=1
