diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-21 18:03:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-21 18:06:36 +0200 |
commit | 248c59b5dabeed52498b558fb74254434d3b9305 (patch) | |
tree | 012a15be68978c823b988d5d0f47463aeb673790 /dev-python/pytest-xprocess | |
parent | dev-python/pytest-xdist: rm setuptools rdep for pytest entrypoint (diff) | |
download | gentoo-248c59b5dabeed52498b558fb74254434d3b9305.tar.gz gentoo-248c59b5dabeed52498b558fb74254434d3b9305.tar.bz2 gentoo-248c59b5dabeed52498b558fb74254434d3b9305.zip |
dev-python/pytest-xprocess: rm setuptools rdep for pytest entrypoint
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-xprocess')
-rw-r--r-- | dev-python/pytest-xprocess/pytest-xprocess-0.13.1-r1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.13.1-r1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.13.1-r1.ebuild index 2405f97ecce7..63ce134ecb3e 100644 --- a/dev-python/pytest-xprocess/pytest-xprocess-0.13.1-r1.ebuild +++ b/dev-python/pytest-xprocess/pytest-xprocess-0.13.1-r1.ebuild @@ -3,7 +3,6 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 |