diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-17 08:49:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-17 09:08:02 +0100 |
commit | 14869992789ab99ac4aad90829cc45f647f6a4d0 (patch) | |
tree | 62f0b14861735e600b4fcccf9ab94e540c1c7692 /www-client | |
parent | www-apps/nikola: Clean py2 deps up (diff) | |
download | gentoo-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')
-rw-r--r-- | www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.2.ebuild | 3 |
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}" |