dev-python/pymountboot: Set DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/709890
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-18 18:56:30 +01:00
parent e48dffe73d
commit 85f6bf79ee
2 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1

View File

@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1 git-r3