From 1af9944b22ecf15bce9025bb401465e48aaf3845 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 21 Apr 2020 14:33:07 -0400 Subject: [PATCH] dev-python/httpstat: DISTUTILS_USE_SETUPTOOLS=rdepend Signed-off-by: Mike Gilbert --- dev-python/httpstat/httpstat-1.2.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2