mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/testtools: Resolve circular deps
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -20,7 +20,6 @@ IUSE="doc test"
|
||||
|
||||
CDEPEND="
|
||||
dev-python/extras[${PYTHON_USEDEP}]
|
||||
>=dev-python/fixtures-1.3.0[${PYTHON_USEDEP}]
|
||||
dev-python/mimeparse[${PYTHON_USEDEP}]
|
||||
>=dev-python/pbr-0.11[${PYTHON_USEDEP}]
|
||||
dev-python/pyrsistent[${PYTHON_USEDEP}]
|
||||
@@ -32,10 +31,14 @@ DEPEND="
|
||||
${CDEPEND}
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
test? (
|
||||
>=dev-python/fixtures-1.3.0[${PYTHON_USEDEP}]
|
||||
dev-python/testscenarios[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
RDEPEND="${CDEPEND}"
|
||||
PDEPEND="
|
||||
>=dev-python/fixtures-1.3.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C doc html
|
||||
|
||||
Reference in New Issue
Block a user