Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wcag-contrast-ratio/
Date: Fri, 31 Dec 2021 08:17:54
Message-Id: 1640938601.c8140e50943a65f8f608d5def3d1de5e37cae835.mgorny@gentoo
1 commit: c8140e50943a65f8f608d5def3d1de5e37cae835
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 31 08:16:41 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 31 08:16:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8140e50
7
8 dev-python/wcag-contrast-ratio: Fix DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/830335
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 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
17 index a34aa457d53a..4400b8bfb2d7 100644
18 --- a/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9.ebuild
19 +++ b/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9.ebuild
20 @@ -3,6 +3,7 @@
21
22 EAPI=8
23
24 +DISTUTILS_USE_SETUPTOOLS=no
25 PYTHON_COMPAT=( python3_{8..10} pypy3 )
26 inherit distutils-r1