dev-python/subvertpy: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Sun, 26 Apr 2020 12:09:45 +0000 (14:09 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 26 Apr 2020 12:50:53 +0000 (14:50 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/subvertpy/subvertpy-0.10.1.ebuild

index ea0a983db454cc7536d80b524147cde79a080a6e..40de035a89c50e9e70e0add0c167af34af786639 100644 (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