From: Michał Górny Date: Mon, 16 Dec 2019 14:21:36 +0000 (+0100) Subject: dev-python/pytest-shutil: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cdcd531b10f313031a2dd3e230ad35ecf8942e3e;p=gentoo.git dev-python/pytest-shutil: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny --- diff --git a/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild b/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild index d7a72037c4a9..701c5f8395ec 100644 --- a/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild +++ b/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} ) inherit distutils-r1 @@ -14,6 +16,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~hppa ~mips ~s390 ~sparc ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/pytest[${PYTHON_USEDEP}] @@ -29,8 +32,6 @@ BDEPEND=" ${RDEPEND} " -RESTRICT="!test? ( test )" - python_prepare_all() { # keeps trying to install this in tests sed -i 's:path.py::' setup.py || die