diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2020-10-07 09:30:44 -0400 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2020-10-07 10:09:09 -0400 |
commit | b32f99b94e4f8f306427e636684426bf346d3524 (patch) | |
tree | 09c599a1d5a94921a311cf8416b1356ad9815924 /dev-python/sexpdata | |
parent | sys-kernel/vanilla-sources: Automated version bump to {4.19.150,5.4.70,5.8.14... (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/sexpdata')
-rw-r--r-- | dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild | 1 |
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 |