dev-python/cssutils: Set DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/709954
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-21 17:48:38 +01:00
parent a5c9da0bbc
commit 18ec1c58da

View File

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