From 18ec1c58da202d0572f625331389feaa14dfc336 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 21 Feb 2020 17:48:38 +0100 Subject: dev-python/cssutils: Set DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/709954 Signed-off-by: Michał Górny --- dev-python/cssutils/cssutils-1.0.2-r2.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'dev-python/cssutils') diff --git a/dev-python/cssutils/cssutils-1.0.2-r2.ebuild b/dev-python/cssutils/cssutils-1.0.2-r2.ebuild index b1dbd02b135b..ecf3def11aa2 100644 --- a/dev-python/cssutils/cssutils-1.0.2-r2.ebuild +++ b/dev-python/cssutils/cssutils-1.0.2-r2.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad