From: Mike Gilbert Date: Tue, 21 Apr 2020 18:33:07 +0000 (-0400) Subject: dev-python/httpstat: DISTUTILS_USE_SETUPTOOLS=rdepend X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1af9944b22ecf15bce9025bb401465e48aaf3845;p=gentoo.git dev-python/httpstat: DISTUTILS_USE_SETUPTOOLS=rdepend Signed-off-by: Mike Gilbert --- diff --git a/dev-python/httpstat/httpstat-1.2.1-r1.ebuild b/dev-python/httpstat/httpstat-1.2.1-r1.ebuild index ea72561d50b3..22fd54b54735 100644 --- a/dev-python/httpstat/httpstat-1.2.1-r1.ebuild +++ b/dev-python/httpstat/httpstat-1.2.1-r1.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" - PYTHON_COMPAT=( python3_{6,7} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1