From: Michał Górny Date: Mon, 16 Dec 2019 14:06:51 +0000 (+0100) Subject: dev-python/python-fastimport: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=817cea944f127b7f56e1f3cd927f550acc639a0b;p=gentoo.git dev-python/python-fastimport: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny --- diff --git a/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild b/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild index 0eefa50365d7..a6971f7c4fa8 100644 --- a/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild +++ b/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} ) inherit distutils-r1 @@ -16,10 +17,6 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" S="${WORKDIR}/${MY_P}"