From a5c9da0bbc12aca9cb6fca56ec9a35b93912fad2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 21 Feb 2020 17:47:22 +0100 Subject: [PATCH] dev-python/chardet: Set DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/709908 Signed-off-by: Michał Górny --- dev-python/chardet/chardet-3.0.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/chardet/chardet-3.0.4.ebuild b/dev-python/chardet/chardet-3.0.4.ebuild index 0c4e3713a49b..84c2311225aa 100644 --- a/dev-python/chardet/chardet-3.0.4.ebuild +++ b/dev-python/chardet/chardet-3.0.4.ebuild @@ -3,6 +3,7 @@ EAPI=6 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) inherit distutils-r1 -- 2.26.2