commit: 5feb373c3ea53ba2575b432ee72bb741ec84b4a1
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 3 20:46:18 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 20:46:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5feb373c
dev-python/pytest-asyncio: Remove python_gen_cond_dep calls for py3.5
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild
b/dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild
index 080e363ecfa..45187f24bf6 100644
--- a/dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild
+++ b/dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild
@@ -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}