commit: c8140e50943a65f8f608d5def3d1de5e37cae835 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Dec 31 08:16:41 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Dec 31 08:16:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8140e50
dev-python/wcag-contrast-ratio: Fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/830335 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9.ebuild | 1 + 1 file changed, 1 insertion(+) 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