From 4a899fe704e98e47cf0b9b75c4b845c247b32077 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 28 May 2017 12:01:54 +0200 Subject: 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(-) (limited to 'dev-python/doit') diff --git a/dev-python/doit/doit-0.29.0.ebuild b/dev-python/doit/doit-0.29.0.ebuild index 10e7308faaa8..29652962d42f 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 -- cgit v1.2.3-65-gdbad