From: Michał Górny Date: Tue, 17 Mar 2020 07:49:41 +0000 (+0100) Subject: net-analyzer/ripe-atlas-tools: Clean py2 deps up X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2563c47746be62676a94926d790fe094a8dcfd35;p=gentoo.git net-analyzer/ripe-atlas-tools: Clean py2 deps up Signed-off-by: Michał Górny --- 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}"