dev-python/cssutils: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Fri, 21 Feb 2020 16:48:38 +0000 (17:48 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 21 Feb 2020 17:28:30 +0000 (18:28 +0100)
Closes: https://bugs.gentoo.org/709954
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/cssutils/cssutils-1.0.2-r2.ebuild

index b1dbd02b135bc72241f54366586d446c439190e8..ecf3def11aa24ff7582ac0444c15fa9f55cb430f 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1