diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-08 08:30:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-08 08:31:55 +0100 |
commit | a1bfaee7c14eb122ba7d01e2907823d7988362e0 (patch) | |
tree | 66f255dc04c764dcca48cad947cdc6f4ce499d57 /dev-python/setuptools | |
parent | x11-misc/shared-mime-info-1.10-r1: arm stable, bug 700672 (diff) | |
download | gentoo-a1bfaee7c14eb122ba7d01e2907823d7988362e0.tar.gz gentoo-a1bfaee7c14eb122ba7d01e2907823d7988362e0.tar.bz2 gentoo-a1bfaee7c14eb122ba7d01e2907823d7988362e0.zip |
dev-python/setuptools: Copy DISTUTILS_USE_SETUPTOOLS=no to newest
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/setuptools-42.0.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/setuptools/setuptools-42.0.2.ebuild b/dev-python/setuptools/setuptools-42.0.2.ebuild index 34e7487de3a6..98b924808219 100644 --- a/dev-python/setuptools/setuptools-42.0.2.ebuild +++ b/dev-python/setuptools/setuptools-42.0.2.ebuild @@ -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(+)" |