dev-python/pymountboot: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Tue, 18 Feb 2020 17:56:30 +0000 (18:56 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 18 Feb 2020 17:56:30 +0000 (18:56 +0100)
Closes: https://bugs.gentoo.org/709890
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pymountboot/pymountboot-0.2.2.ebuild
dev-python/pymountboot/pymountboot-9999.ebuild

index bd534a02f4e33c14e614b38e6c2ce17a90c793a4..8e23ae2ddd06232347152922ae399c26ebfb3cf9 100644 (file)
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
index d631744311eddb9e0ba430c05a48cf014085e7ee..ad2a05edcc49bb22fea2a3f2ab62370108bc7deb 100644 (file)
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1 git-r3