summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-11-07 10:10:11 +0100
committerMichał Górny <mgorny@gentoo.org>2020-11-07 10:10:25 +0100
commit4e476acf5e4f3e7396a9dc9ef9e361d436583f24 (patch)
treeb122f84587c6de9a60381b6890ffadcdf73028b0 /dev-python/pyparted
parentdev-python/pyparted: Bump to 3.11.7 (diff)
downloadgentoo-4e476acf5e4f3e7396a9dc9ef9e361d436583f24.tar.gz
gentoo-4e476acf5e4f3e7396a9dc9ef9e361d436583f24.tar.bz2
gentoo-4e476acf5e4f3e7396a9dc9ef9e361d436583f24.zip
dev-python/pyparted: Correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/748534 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyparted')
-rw-r--r--dev-python/pyparted/pyparted-3.11.6.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/pyparted/pyparted-3.11.6.ebuild b/dev-python/pyparted/pyparted-3.11.6.ebuild
index 4352bbe01803..4a444d86b0c9 100644
--- a/dev-python/pyparted/pyparted-3.11.6.ebuild
+++ b/dev-python/pyparted/pyparted-3.11.6.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1