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
This commit is contained in:
Pacho Ramos
2017-05-28 12:01:54 +02:00
parent 0d82ba5731
commit 4a899fe704

View File

@@ -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