dev-python/chardet: Set DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/709908
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-21 17:47:22 +01:00
parent 99af30bdb8
commit a5c9da0bbc

View File

@@ -3,6 +3,7 @@
EAPI=6
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
inherit distutils-r1