diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-05 15:34:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-05 15:57:01 +0200 |
commit | 7ca62c845a3ec77e5cf5cbceb9c03d0a66999b9d (patch) | |
tree | e1b8a4bcc88367eb2796354e90cd02de3894b876 /dev-python | |
parent | dev-libs/zlog: Remove .a files from build and install (diff) | |
download | gentoo-7ca62c845a3ec77e5cf5cbceb9c03d0a66999b9d.tar.gz gentoo-7ca62c845a3ec77e5cf5cbceb9c03d0a66999b9d.tar.bz2 gentoo-7ca62c845a3ec77e5cf5cbceb9c03d0a66999b9d.zip |
dev-python/pathlib2: Fix DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/727148
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pathlib2/pathlib2-2.3.5.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/pathlib2/pathlib2-2.3.5.ebuild b/dev-python/pathlib2/pathlib2-2.3.5.ebuild index fcfb7cdfd59b..5e1c8a7d6d3a 100644 --- a/dev-python/pathlib2/pathlib2-2.3.5.ebuild +++ b/dev-python/pathlib2/pathlib2-2.3.5.ebuild @@ -3,7 +3,6 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} ) inherit distutils-r1 |