summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2020-11-11 16:05:03 +0100
committerHanno Böck <hanno@gentoo.org>2020-11-11 16:05:03 +0100
commitce8559c6cef6c8cd13964c7f4c2a6b1d5a7b6832 (patch)
tree47abeaaaf07e2b9104776a76a7c3fb89f595e160
parentkde-plasma/xembed-sni-proxy: drop 5.20.2* (diff)
downloadgentoo-ce8559c6cef6c8cd13964c7f4c2a6b1d5a7b6832.tar.gz
gentoo-ce8559c6cef6c8cd13964c7f4c2a6b1d5a7b6832.tar.bz2
gentoo-ce8559c6cef6c8cd13964c7f4c2a6b1d5a7b6832.zip
dev-python/rcssmin: Fix distutils QA warning
Closes: https://bugs.gentoo.org/748342 Signed-off-by: Hanno Böck <hanno@gentoo.org> Package-Manager: Portage-3.0.9, Repoman-3.0.2
-rw-r--r--dev-python/rcssmin/rcssmin-1.0.6.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/rcssmin/rcssmin-1.0.6.ebuild b/dev-python/rcssmin/rcssmin-1.0.6.ebuild
index 2b25442b0fdb..5b018b397407 100644
--- a/dev-python/rcssmin/rcssmin-1.0.6.ebuild
+++ b/dev-python/rcssmin/rcssmin-1.0.6.ebuild
@@ -4,6 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1
DESCRIPTION="CSS minifier written in python."