dev-python/pathlib2: Fix DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/727148
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-06-05 15:34:43 +02:00
parent e5a6bfb643
commit 7ca62c845a

View File

@@ -3,7 +3,6 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} )
inherit distutils-r1