summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-10-27 04:26:36 +0100
committerSam James <sam@gentoo.org>2023-10-27 04:26:36 +0100
commit1efbd7359b98165f31495543c63fe79a57d89b22 (patch)
tree80e259acf6b28e05e248dbcb0b8e8d7cbac3da71 /dev-python
parentmail-filter/postgrey: add 1.37_p20230714 (diff)
downloadgentoo-1efbd7359b98165f31495543c63fe79a57d89b22.tar.gz
gentoo-1efbd7359b98165f31495543c63fe79a57d89b22.tar.bz2
gentoo-1efbd7359b98165f31495543c63fe79a57d89b22.zip
dev-python/pipenv: fix WhitespaceFound
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pipenv/pipenv-2023.9.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pipenv/pipenv-2023.9.8.ebuild b/dev-python/pipenv/pipenv-2023.9.8.ebuild
index 6b7786ff6f88..c51698623502 100644
--- a/dev-python/pipenv/pipenv-2023.9.8.ebuild
+++ b/dev-python/pipenv/pipenv-2023.9.8.ebuild
@@ -114,7 +114,7 @@ src_prepare() {
done
sed --in-place -e "s/pipenv.vendor.pythonfinder.utils.get_python_version/pythonfinder.utils.get_python_version/g" tests/unit/test_utils.py || die "Failed patching tests"
-
+
rm -Rfv pipenv/vendor || die "Could not vendor"
rm -Rfv examples || die "Could not remove examples"
}