summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-17 12:17:52 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-17 12:25:28 +0100
commit152f094999bf9e7e8709adea31300e568656d3d4 (patch)
tree07bf6dc239773226ea0663daacffc8d96cc941de /dev-python/PySDL2/PySDL2-0.9.6.ebuild
parentsys-devel/automake: Fix most tests with python-3 (2 FAIL remaining) (diff)
downloadgentoo-152f094999bf9e7e8709adea31300e568656d3d4.tar.gz
gentoo-152f094999bf9e7e8709adea31300e568656d3d4.tar.bz2
gentoo-152f094999bf9e7e8709adea31300e568656d3d4.zip
dev-python/PySDL2: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PySDL2/PySDL2-0.9.6.ebuild')
-rw-r--r--dev-python/PySDL2/PySDL2-0.9.6.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/PySDL2/PySDL2-0.9.6.ebuild b/dev-python/PySDL2/PySDL2-0.9.6.ebuild
index 025e430c1d6b..85eed5b0afaa 100644
--- a/dev-python/PySDL2/PySDL2-0.9.6.ebuild
+++ b/dev-python/PySDL2/PySDL2-0.9.6.ebuild
@@ -3,6 +3,7 @@
EAPI=6
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1