summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-21 18:02:57 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-21 18:06:13 +0200
commit3d3caf31790bf26625453a78c365b37c6d99dad9 (patch)
treec37da4745bdd0372c39d561f7219e68aee8e5948 /dev-python/pytest-asyncio
parentdev-python/pytest-aiohttp: rm setuptools rdep for pytest entrypoint (diff)
downloadgentoo-3d3caf31790bf26625453a78c365b37c6d99dad9.tar.gz
gentoo-3d3caf31790bf26625453a78c365b37c6d99dad9.tar.bz2
gentoo-3d3caf31790bf26625453a78c365b37c6d99dad9.zip
dev-python/pytest-asyncio: rm setuptools rdep for pytest entrypoint
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-asyncio')
-rw-r--r--dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild
index 3b6370c3ca07..fb7e568a7a56 100644
--- a/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild
+++ b/dev-python/pytest-asyncio/pytest-asyncio-0.14.0.ebuild
@@ -3,7 +3,6 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1