From bc67bd473995eb189ccab94bfa60414f5a74563f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 19 Mar 2021 10:40:40 +0100 Subject: [PATCH] dev-python/pydocstyle: Remove more pip calls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/777165 Signed-off-by: Michał Górny --- dev-python/pydocstyle/pydocstyle-6.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pydocstyle/pydocstyle-6.0.0.ebuild b/dev-python/pydocstyle/pydocstyle-6.0.0.ebuild index 98022d2d02bce..13f713bc76382 100644 --- a/dev-python/pydocstyle/pydocstyle-6.0.0.ebuild +++ b/dev-python/pydocstyle/pydocstyle-6.0.0.ebuild @@ -24,7 +24,7 @@ distutils_enable_tests --install pytest src_prepare() { # no, seriously, you don't need to install it yourself - sed -i -e '/pip install/d' src/tests/test_integration.py || die + sed -i -e '/pip/d' src/tests/test_integration.py || die distutils-r1_src_prepare }