[neon/snap-packaging/okular-snap] /: Remove offending option..
Scarlett Moore
null at kde.org
Thu Apr 17 14:14:21 BST 2025
Git commit 9d9b5f8eed4f4d995321604c96dca0dccb809992 by Scarlett Moore.
Committed on 17/04/2025 at 13:13.
Pushed by scarlettmoore into branch 'master'.
Remove offending option..
M +1 -1 snapcraft.yaml
https://invent.kde.org/neon/snap-packaging/okular-snap/-/commit/9d9b5f8eed4f4d995321604c96dca0dccb809992
diff --git a/snapcraft.yaml b/snapcraft.yaml
index f408de0..cfd6b59 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -74,7 +74,7 @@ parts:
source-tag: '1.2.3'
source-depth: 1
override-build: |
- python3 --break-system-packages -m pip --break-system-packages install .
+ python3 -m pip --break-system-packages install .
mkdir -p $CRAFT_PART_INSTALL/usr/lib/python3/dist-packages
rm -rf $CRAFT_PART_INSTALL/usr/lib/python3/dist-packages/meson*
python3 -m pip --break-system-packages install --target=$CRAFT_PART_INSTALL/usr .
More information about the Neon-commits
mailing list