[neon/snap-packaging/kf6-core-sdk/work.core24] /: we can't find the libpython-3.12-dev headers from kde-qt6-core24-sdk

Carlos De Maine null at kde.org
Mon Dec 8 06:27:46 GMT 2025


Git commit 408958cbc771b857592cb37a932703deda96bc80 by Carlos De Maine.
Committed on 08/12/2025 at 06:27.
Pushed by carlosdem into branch 'work.core24'.

we can't find the libpython-3.12-dev headers from kde-qt6-core24-sdk

so just add them as a build dep in kcoreaddons but really they are for kwidgetaddons

M  +2    -0    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kf6-core-sdk/-/commit/408958cbc771b857592cb37a932703deda96bc80

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 783ed3f..3b5a22f 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -403,6 +403,8 @@ parts:
       - g++
       - gcc
       - graphviz
+      - libpython3-dev
+      - libpython3.12-dev
       - libudev-dev
       - python3-build
       - shared-mime-info


More information about the Neon-commits mailing list