commit: 4a899fe704e98e47cf0b9b75c4b845c247b32077
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 10:01:54 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 28 10:17:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a899fe7
dev-python/doit: doit-py needs to be a PDEPEND to prevent circular dep as
doit-py needs doit
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/doit/doit-0.29.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/doit/doit-0.29.0.ebuild
b/dev-python/doit/doit-0.29.0.ebuild
index 10e7308faaa..29652962d42 100644
--- a/dev-python/doit/doit-0.29.0.ebuild
+++ b/dev-python/doit/doit-0.29.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,7 +19,6 @@ IUSE="doc test"
RDEPEND="
dev-python/pyinotify[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
- >=dev-python/doit-py-0.3.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]'
python2_7 pypy)
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
DEPEND="test? ( ${RDEPEND}
@@ -28,6 +27,7 @@ DEPEND="test? ( ${RDEPEND}
dev-python/pyflakes[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
dev-python/cloudpickle[${PYTHON_USEDEP}] )"
+PDEPEND=">=dev-python/doit-py-0.3.0[${PYTHON_USEDEP}]"
# Required for test phase
DISTUTILS_IN_SOURCE_BUILD=1