commit: a18aca71777420bbfab2ff160a7b9b6393fa535e
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 7 12:23:08 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Feb 7 12:23:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18aca71
dev-python/testtools: Resolve circular deps
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/testtools/testtools-2.0.0.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/testtools/testtools-2.0.0.ebuild
b/dev-python/testtools/testtools-2.0.0.ebuild
index 367c8a7..030cbc7 100644
--- a/dev-python/testtools/testtools-2.0.0.ebuild
+++ b/dev-python/testtools/testtools-2.0.0.ebuild
@@ -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