From fdf1d951faa476913ddb313c45b4ba43c80da08c Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Mon, 15 Oct 2018 19:59:52 -0400 Subject: app-text/pytextile: drop spurious pytest-cov dep Signed-off-by: Virgil Dupras Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- app-text/pytextile/pytextile-2.3.3.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'app-text') diff --git a/app-text/pytextile/pytextile-2.3.3.ebuild b/app-text/pytextile/pytextile-2.3.3.ebuild index 3a17b6c192d4..0cf0146b654e 100644 --- a/app-text/pytextile/pytextile-2.3.3.ebuild +++ b/app-text/pytextile/pytextile-2.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,10 +20,7 @@ IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-python/pytest-runner[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - ) - " + test? ( dev-python/pytest[${PYTHON_USEDEP}] )" RDEPEND=" dev-python/regex[${PYTHON_USEDEP}] " @@ -33,6 +30,8 @@ S="${WORKDIR}/${MY_P}" python_prepare_all() { # This resolves a nasty race condition, courtesy of Arfrever sed -e 's:with-id = 1::' -i setup.cfg || die + # remove useless --cov arg injection + rm pytest.ini || die distutils-r1_python_prepare_all } -- cgit v1.2.3-18-g5258