commit: bc67bd473995eb189ccab94bfa60414f5a74563f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Mar 19 09:40:40 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Mar 19 09:47:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc67bd47
dev-python/pydocstyle: Remove more pip calls Closes: https://bugs.gentoo.org/777165 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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 98022d2d02b..13f713bc763 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 }
