diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-16 15:06:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-16 15:37:40 +0100 |
commit | 817cea944f127b7f56e1f3cd927f550acc639a0b (patch) | |
tree | c9db055d4af8888b7e7d363a0dfd1cfc514b8c71 /dev-python | |
parent | dev-python/pytidylib: Tested on python3.8 (diff) | |
download | gentoo-817cea944f127b7f56e1f3cd927f550acc639a0b.tar.gz gentoo-817cea944f127b7f56e1f3cd927f550acc639a0b.tar.bz2 gentoo-817cea944f127b7f56e1f3cd927f550acc639a0b.zip |
dev-python/python-fastimport: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-fastimport/python-fastimport-0.9.8.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
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}" |