summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-17 08:49:41 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-17 09:08:00 +0100
commit2563c47746be62676a94926d790fe094a8dcfd35 (patch)
tree8f2c6b2ae5aea1bddf7ff8f532c294b4e054cb62 /net-analyzer/ripe-atlas-tools
parentmedia-video/subliminal: Clean py2 deps up (diff)
downloadgentoo-2563c47746be62676a94926d790fe094a8dcfd35.tar.gz
gentoo-2563c47746be62676a94926d790fe094a8dcfd35.tar.bz2
gentoo-2563c47746be62676a94926d790fe094a8dcfd35.zip
net-analyzer/ripe-atlas-tools: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/ripe-atlas-tools')
-rw-r--r--net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3-r1.ebuild b/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3-r1.ebuild
index 736af6b37ae0..5f7dc14d22b5 100644
--- a/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3-r1.ebuild
+++ b/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3-r1.ebuild
@@ -35,8 +35,7 @@ DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
${RDEPEND}
- dev-python/nose[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
+ dev-python/nose[${PYTHON_USEDEP}] )"
python_test() {
nosetests --verbose || die "Tests failed with ${EPYTHON}"