dev-python/pytest-asyncio: Remove python_gen_cond_dep calls for py3.5
authorDavid Seifert <soap@gentoo.org>
Fri, 3 Jan 2020 20:46:18 +0000 (21:46 +0100)
committerDavid Seifert <soap@gentoo.org>
Fri, 3 Jan 2020 20:46:18 +0000 (21:46 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild

index 080e363ecfa252575530246f64077a17be7a4069..45187f24bf6bc813a876c2d615165f62cee61aed 100644 (file)
@@ -19,9 +19,7 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="
        dev-python/pytest[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep 'dev-python/async_generator[${PYTHON_USEDEP}]' \
-               python3_5)"
+       dev-python/setuptools[${PYTHON_USEDEP}]"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        test? (
                ${RDEPEND}