dev-python/empy: Set DISTUTILS_USE_SETUPTOOLS

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-03-27 09:32:08 +01:00
parent 65c801f09f
commit 10de49f286

View File

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