dev-python/utidylib: Remove meaningless test deps
authorMichał Górny <mgorny@gentoo.org>
Wed, 18 Mar 2020 18:35:46 +0000 (19:35 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 18 Mar 2020 18:39:32 +0000 (19:39 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/utidylib/utidylib-0.6.ebuild

index de6f3ef3bcc499fbce88e2ab0af52c3f35a42a5d..76975cc357817a338e5895de30af2ae2933cc74f 100644 (file)
@@ -24,14 +24,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
 BDEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
        doc? ( dev-python/sphinx )
-       test? ( $(python_gen_cond_dep '
-               dev-python/flake8[${PYTHON_USEDEP}]
-               dev-python/pycodestyle[${PYTHON_USEDEP}]
-               dev-python/pyflakes[${PYTHON_USEDEP}]
-               dev-python/pytest[${PYTHON_USEDEP}]
-               dev-python/pytest-cov[${PYTHON_USEDEP}]
-               ' 'python2*' python3_6 python3_7
-       ) )
+       test? ( dev-python/pytest[${PYTHON_USEDEP}] )
 "
 DEPEND="
        dev-python/six[${PYTHON_USEDEP}]