diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-21 18:03:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-21 18:06:30 +0200 |
commit | 6456b682959716ec1bad0b458413e35a4a34afdc (patch) | |
tree | e69beb8a745a0cd70996320e362b1d200a184d8b /dev-python/pytest-services | |
parent | dev-python/pytest-salt: rm setuptools rdep for pytest entrypoint (diff) | |
download | gentoo-6456b682959716ec1bad0b458413e35a4a34afdc.tar.gz gentoo-6456b682959716ec1bad0b458413e35a4a34afdc.tar.bz2 gentoo-6456b682959716ec1bad0b458413e35a4a34afdc.zip |
dev-python/pytest-services: rm setuptools rdep for pytest entrypoint
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-services')
-rw-r--r-- | dev-python/pytest-services/pytest-services-2.1.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 08f343771474..a3afe220468b 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" |