From 70fb145bf7d20ecd137788aa73dd077233849839 Mon Sep 17 00:00:00 2001 From: Walter Lapchynski Date: Fri, 7 Mar 2025 03:18:39 +0000 Subject: [PATCH] add python3 to build-dep --- debian/changelog | 6 ++++++ debian/control | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6f8c5e5..9cece9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-ubuntu (1:25.04.18) plucky; urgency=medium + + * Add python3 as build-dep. + + -- Walter Lapchynski Fri, 07 Mar 2025 01:11:36 +0000 + calamares-settings-ubuntu (1:25.04.17) plucky; urgency=medium * [Lubuntu] Update welcome slides for Plucky. diff --git a/debian/control b/debian/control index c303515..8898a56 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Build-Depends: debhelper-compat (= 13), libkf6coreaddons-dev, libqt6svg6-dev, libyaml-cpp-dev, + python3, qt6-base-dev, qt6-declarative-dev, qt6-l10n-tools,