[neon/snap-packaging/kde-qt6-core-sdk/work.core24] /: Fix pyside deps

Scarlett Moore null at kde.org
Tue Mar 11 15:16:05 GMT 2025


Git commit 969421969b88a0c7b86f183fac89ca6ab2c23186 by Scarlett Moore.
Committed on 11/03/2025 at 15:15.
Pushed by scarlettmoore into branch 'work.core24'.

Fix pyside deps

M  +2    -2    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kde-qt6-core-sdk/-/commit/969421969b88a0c7b86f183fac89ca6ab2c23186

diff --git a/snapcraft.yaml b/snapcraft.yaml
index a1f2242..fd2dc5b 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -271,8 +271,8 @@ parts:
     python-requirements: [requirements.txt]
     build-packages:
       - libgl-dev
-      - python-dev
-      - python-setuptools
+      - python3-dev
+      - python3-setuptools
   debs:
     after: [qt6]
     plugin: nil


More information about the Neon-commits mailing list