diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-21 18:03:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-21 18:06:35 +0200 |
commit | b3a2617f8d76749c8cc1cb8f32cd02feab59e72f (patch) | |
tree | b9dd12f015fe6fc8f961f7deb24b0ad98c43933d /dev-python/pytest-xdist | |
parent | dev-python/pytest-virtualenv: rm setuptools rdep for pytest entrypoint (diff) | |
download | gentoo-b3a2617f8d76749c8cc1cb8f32cd02feab59e72f.tar.gz gentoo-b3a2617f8d76749c8cc1cb8f32cd02feab59e72f.tar.bz2 gentoo-b3a2617f8d76749c8cc1cb8f32cd02feab59e72f.zip |
dev-python/pytest-xdist: rm setuptools rdep for pytest entrypoint
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-xdist')
-rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-1.34.0-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-2.1.0.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dev-python/pytest-xdist/pytest-xdist-1.34.0-r1.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.34.0-r1.ebuild index b34112be396f..4deedea4198a 100644 --- a/dev-python/pytest-xdist/pytest-xdist-1.34.0-r1.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-1.34.0-r1.ebuild @@ -3,7 +3,6 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 diff --git a/dev-python/pytest-xdist/pytest-xdist-2.1.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-2.1.0.ebuild index 60bf4edb5e89..75f1a49f1a2f 100644 --- a/dev-python/pytest-xdist/pytest-xdist-2.1.0.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-2.1.0.ebuild @@ -3,7 +3,6 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 |