dev-python/PySDL2: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Fri, 17 Jan 2020 11:17:52 +0000 (12:17 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 17 Jan 2020 11:25:28 +0000 (12:25 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/PySDL2/PySDL2-0.9.6.ebuild

index 025e430c1d6b10ec6b35402e4b7a16880309bf95..85eed5b0afaa3a51ec927cb868b0a4fff57f46f6 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=6
 
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1