summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2020-10-07 09:30:44 -0400
committerBrian Dolbec <dolsen@gentoo.org>2020-10-07 10:09:09 -0400
commitb32f99b94e4f8f306427e636684426bf346d3524 (patch)
tree09c599a1d5a94921a311cf8416b1356ad9815924
parentsys-kernel/vanilla-sources: Automated version bump to {4.19.150,5.4.70,5.8.14... (diff)
downloadgentoo-b32f99b94e4f8f306427e636684426bf346d3524.tar.gz
gentoo-b32f99b94e4f8f306427e636684426bf346d3524.tar.bz2
gentoo-b32f99b94e4f8f306427e636684426bf346d3524.zip
dev-python/sexpdata: Set DISTUTILS_USE_SETUPTOOLS=no
Closes: https://bugs.gentoo.org/746470 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
-rw-r--r--dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
index d04ff2733427..a6df09476ee4 100644
--- a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
+++ b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
@@ -4,6 +4,7 @@
EAPI=6
PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1