From cdcd531b10f313031a2dd3e230ad35ecf8942e3e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 16 Dec 2019 15:21:36 +0100 Subject: [PATCH] dev-python/pytest-shutil: Set DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.26.2