diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-12-31 09:16:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-12-31 09:16:41 +0100 |
commit | c8140e50943a65f8f608d5def3d1de5e37cae835 (patch) | |
tree | e2feea23f53e30294e8373375f2f38540cf28227 /dev-python/wcag-contrast-ratio | |
parent | dev-python/pygments: Add more test deps (diff) | |
download | gentoo-c8140e50943a65f8f608d5def3d1de5e37cae835.tar.gz gentoo-c8140e50943a65f8f608d5def3d1de5e37cae835.tar.bz2 gentoo-c8140e50943a65f8f608d5def3d1de5e37cae835.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>
Diffstat (limited to 'dev-python/wcag-contrast-ratio')
-rw-r--r-- | dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9.ebuild | 1 |
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 |