dev-python/chardet: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Fri, 21 Feb 2020 16:47:22 +0000 (17:47 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 21 Feb 2020 17:28:29 +0000 (18:28 +0100)
Closes: https://bugs.gentoo.org/709908
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/chardet/chardet-3.0.4.ebuild

index 0c4e3713a49b505a4634b92047e0cc1d03a2f496..84c2311225aaa14a7622d35515d09809306b05ea 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=6
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
 
 inherit distutils-r1