summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-12-31 09:16:41 +0100
committerMichał Górny <mgorny@gentoo.org>2021-12-31 09:16:41 +0100
commitc8140e50943a65f8f608d5def3d1de5e37cae835 (patch)
treee2feea23f53e30294e8373375f2f38540cf28227
parentdev-python/pygments: Add more test deps (diff)
downloadgentoo-c8140e50.tar.gz
gentoo-c8140e50.tar.bz2
gentoo-c8140e50.zip
dev-python/wcag-contrast-ratio: Fix DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/830335 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9.ebuild b/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9.ebuild
index a34aa457d53a..4400b8bfb2d7 100644
--- a/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9.ebuild
+++ b/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1