summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-17 08:49:46 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-17 09:08:02 +0100
commit14869992789ab99ac4aad90829cc45f647f6a4d0 (patch)
tree62f0b14861735e600b4fcccf9ab94e540c1c7692 /www-client/ripe-atlas-cousteau
parentwww-apps/nikola: Clean py2 deps up (diff)
downloadgentoo-14869992789ab99ac4aad90829cc45f647f6a4d0.tar.gz
gentoo-14869992789ab99ac4aad90829cc45f647f6a4d0.tar.bz2
gentoo-14869992789ab99ac4aad90829cc45f647f6a4d0.zip
www-client/ripe-atlas-cousteau: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-client/ripe-atlas-cousteau')
-rw-r--r--www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
index ea71ceef9ae3..5f8a43b24d84 100644
--- a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
+++ b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild
@@ -31,8 +31,7 @@ DEPEND="
test? (
${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
- dev-python/jsonschema[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
+ dev-python/jsonschema[${PYTHON_USEDEP}] )"
python_test() {
nosetests --verbose || die "Tests failed with ${EPYTHON}"