dev-python/setuptools: Copy DISTUTILS_USE_SETUPTOOLS=no to newest
authorMichał Górny <mgorny@gentoo.org>
Sun, 8 Dec 2019 07:30:14 +0000 (08:30 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 8 Dec 2019 07:31:55 +0000 (08:31 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/setuptools/setuptools-42.0.2.ebuild

index 34e7487de3a6864be3cbe6508f9ae796f2152ba0..98b924808219d3497287bd1306e3e222a7396046 100644 (file)
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
 PYTHON_REQ_USE="xml(+)"