[kde-linux/kde-linux-packages] /: pip install setproctitle for kde-builder
Harald Sitter <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit bed537edf9cfb79f2c801e5e56bd2b1493a89e97 by Harald Sitter. Committed on 17/07/2026 at 19:17. Pushed by sitter into branch 'master'. pip install setproctitle for kde-builder M +1 -1 bootstrap.sh https://invent.kde.org/kde-linux/kde-linux-packages/-/commit/bed537edf9cfb79f2c801e5e56bd2b1493a89e97 diff --git a/bootstrap.sh b/bootstrap.sh index d61587d..f96ca13 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -33,7 +33,7 @@ pacman --sync --refresh --refresh --noconfirm --sysupgrade \ # The packaged minio (as of 2025-11-28) is broken; install from PyPI instead. # Same workaround applied in make-kde-tarball.py. -pip install minio --break-system-packages +pip install minio setproctitle --break-system-packages git clone https://invent.kde.org/sdk/kde-builder.git /kde-builder ln -s /kde-builder/kde-builder /usr/local/bin