diff options
author | David Seifert <soap@gentoo.org> | 2020-01-03 21:46:18 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-03 21:46:18 +0100 |
commit | 5feb373c3ea53ba2575b432ee72bb741ec84b4a1 (patch) | |
tree | e02cb2cc1741e62ef1c4f178307198707570561d /dev-python/pytest-asyncio | |
parent | dev-python/pytest: Remove python_gen_cond_dep calls for py3.5 (diff) | |
download | gentoo-5feb373c3ea53ba2575b432ee72bb741ec84b4a1.tar.gz gentoo-5feb373c3ea53ba2575b432ee72bb741ec84b4a1.tar.bz2 gentoo-5feb373c3ea53ba2575b432ee72bb741ec84b4a1.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/pytest-asyncio')
-rw-r--r-- | dev-python/pytest-asyncio/pytest-asyncio-0.10.0.ebuild | 4 |
1 files changed, 1 insertions, 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 080e363ecfa2..45187f24bf6b 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} |