dev-python/appdirs: Set DISTUTILS_USE_SETUPTOOLS

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-12-16 14:57:14 +01:00
parent 16720393fe
commit b6316a15aa

View File

@@ -3,6 +3,8 @@
EAPI=7
# note the patch below
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
inherit distutils-r1