commit: 6456b682959716ec1bad0b458413e35a4a34afdc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 16:03:25 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 16:06:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6456b682
dev-python/pytest-services: rm setuptools rdep for pytest entrypoint
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-services/pytest-services-2.1.0.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/pytest-services/pytest-services-2.1.0.ebuild
b/dev-python/pytest-services/pytest-services-2.1.0.ebuild
index 08f34377147..a3afe220468 100644
--- a/dev-python/pytest-services/pytest-services-2.1.0.ebuild
+++ b/dev-python/pytest-services/pytest-services-2.1.0.ebuild
@@ -4,7 +4,6 @@
EAPI=7
PYTHON_COMPAT=( python3_{6..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="Collection of fixtures and utility functions to run service
processes for pytest"