dev-python/pypax: Set DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/709898
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-21 15:04:00 +01:00
parent 998a49321f
commit 64869b82bc
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
EAPI=6
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python{3_6,3_7,3_8} )
inherit distutils-r1

View File

@@ -3,6 +3,7 @@
EAPI=6
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python{3_6,3_7,3_8} )
inherit distutils-r1