From 571786c53707255b760cb027a02df3fcb6602e43 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Tue, 28 Feb 2023 22:35:03 -0600 Subject: [PATCH] Added a Depends on python3-distro. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index e705ffb..5b7ce29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ calamares-settings-ubuntu (1:23.04.4) lunar; urgency=medium the python module for lsb_release no longer exists in Lunar. (LP: #2008685) * Bumped Standards-Version to 4.6.2, no changes necessary. + * Added an explicit Depends on python3-distro. -- Aaron Rainbolt Tue, 28 Feb 2023 19:27:13 -0600 diff --git a/debian/control b/debian/control index 9d4d8e1..c21d834 100644 --- a/debian/control +++ b/debian/control @@ -30,6 +30,7 @@ Depends: calamares (>= 3.2.14~), qml-module-qtquick-window2, qml-module-qtquick2, squashfs-tools, + python3-distro, ${misc:Depends} Description: Common Calamares Settings This package contains the common Calamares settings for all flavors.