summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-21 18:03:29 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-21 18:06:33 +0200
commit08088cb7775bd2bc16497d54341e58d087ff7353 (patch)
treeb985d0ce85ee4a3c7430107beb203e69b7171404 /dev-python
parentdev-python/pytest-subtesthack: rm setuptools rdep for pytest entrypoint (diff)
downloadgentoo-08088cb7775bd2bc16497d54341e58d087ff7353.tar.gz
gentoo-08088cb7775bd2bc16497d54341e58d087ff7353.tar.bz2
gentoo-08088cb7775bd2bc16497d54341e58d087ff7353.zip
dev-python/pytest-tempdir: rm setuptools rdep for pytest entrypoint
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild b/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild
index 7ea0a4c86465..e0e8e6dbdeeb 100644
--- a/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild
+++ b/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild
@@ -4,7 +4,6 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="Pytest plugin to support for a predictable and repeatable temporary directory"