[kde-linux/kde-linux-packages] /: don't install python stuff from pacman
Harald Sitter <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 7b17abe0ad1d1877bdf6537b08869bdf1f30c894 by Harald Sitter.
Committed on 17/07/2026 at 18:53.
Pushed by sitter into branch 'master'.
don't install python stuff from pacman
pacman stumbles and falls if there is already a file where it wants to
put a file. notably a problem because python-click is already installed
via pip during the image bootstrap so pacman errors out
M +1 -2 bootstrap.sh
https://invent.kde.org/kde-linux/kde-linux-packages/-/commit/7b17abe0ad1d1877bdf6537b08869bdf1f30c894
diff --git a/bootstrap.sh b/bootstrap.sh
index 42a0ad3..d61587d 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -29,8 +29,7 @@ pacman-key --populate
# --refresh twice forces a cache refresh
pacman --sync --refresh --refresh --noconfirm --sysupgrade \
sudo base-devel git ninja rsync openssh ccache \
- python-yaml python-setproctitle python-requests python-srcinfo \
- python-minio python-pip debugedit erofs-utils
+ debugedit erofs-utils
# The packaged minio (as of 2025-11-28) is broken; install from PyPI instead.
# Same workaround applied in make-kde-tarball.py.