From: Michał Górny Date: Sat, 28 Mar 2020 17:51:48 +0000 (+0100) Subject: dev-python/pympler: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6489fa141787313836377f461ad53e2224b3e91e;p=gentoo.git dev-python/pympler: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny --- diff --git a/dev-python/pympler/pympler-0.6.ebuild b/dev-python/pympler/pympler-0.6.ebuild index ebabbbd13655..abcf53a18502 100644 --- a/dev-python/pympler/pympler-0.6.ebuild +++ b/dev-python/pympler/pympler-0.6.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1