From b1151b6c1c37690e2ebf6746508cf4cfb9723373 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Wed, 7 Aug 2019 17:29:23 +0100 Subject: [PATCH] Move python3-attr to subiquitycore package, as it is used by console-conf too. --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4431f450..ebec53cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +subiquity (19.08.1.3) UNRELEASED; urgency=medium + + * Move python3-attr to subiquitycore package, as it is used by + console-conf too. + + -- Dimitri John Ledkov Wed, 07 Aug 2019 17:27:04 +0100 + subiquity (19.08.1.2) eoan; urgency=medium * Allow starting subiquity/console-conf without translations. diff --git a/debian/control b/debian/control index 672130b9..58d4fd70 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,6 @@ Architecture: all Depends: curtin, iso-codes, python3, - python3-attr, subiquitycore, ${misc:Depends}, ${python3:Depends} @@ -44,6 +43,7 @@ Package: subiquitycore Architecture: all Depends: probert, python3-urwid (>= 1.2.1), + python3-attr, python3-yaml, ${misc:Depends}, ${python3:Depends}