dev-python/subvertpy: Set DISTUTILS_USE_SETUPTOOLS

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-04-26 14:09:45 +02:00
parent b59ce74087
commit bf5f7fc075

View File

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