Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sexpdata/
Date: Wed, 07 Oct 2020 14:11:44
Message-Id: 1602079749.b32f99b94e4f8f306427e636684426bf346d3524.dolsen@gentoo
1 commit: b32f99b94e4f8f306427e636684426bf346d3524
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 7 13:30:44 2020 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 14:09:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b32f99b9
7
8 dev-python/sexpdata: Set DISTUTILS_USE_SETUPTOOLS=no
9
10 Closes: https://bugs.gentoo.org/746470
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
13
14 dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
18 index d04ff273342..a6df09476ee 100644
19 --- a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
20 +++ b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
21 @@ -4,6 +4,7 @@
22 EAPI=6
23
24 PYTHON_COMPAT=( python{3_6,3_7,3_8} )
25 +DISTUTILS_USE_SETUPTOOLS=no
26
27 inherit distutils-r1