commit: 7d614cf8505c186b836d867565325118833708ca Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Sep 21 16:03:16 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Sep 21 16:06:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d614cf8
dev-python/pytest-pep8: rm setuptools rdep for pytest entrypoint Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pytest-pep8/pytest-pep8-1.0.6-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/pytest-pep8/pytest-pep8-1.0.6-r1.ebuild b/dev-python/pytest-pep8/pytest-pep8-1.0.6-r1.ebuild index f531e8650ff..098fad79f9c 100644 --- a/dev-python/pytest-pep8/pytest-pep8-1.0.6-r1.ebuild +++ b/dev-python/pytest-pep8/pytest-pep8-1.0.6-r1.ebuild @@ -5,7 +5,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="pytest plugin to check PEP8 requirements"