← Back to team overview

curtin-dev team mailing list archive

[Merge] ~dbungert/curtin:curtin-build-fix into curtin:master

 

Dan Bungert has proposed merging ~dbungert/curtin:curtin-build-fix into curtin:master.

Commit message:
deb: fix dependencies

Required for bionic build, also more correct anyhow.



Requested reviews:
  curtin developers (curtin-dev)

For more details, see:
https://code.launchpad.net/~dbungert/curtin/+git/curtin/+merge/423116
-- 
Your team curtin developers is requested to review the proposed merge of ~dbungert/curtin:curtin-build-fix into curtin:master.
diff --git a/debian/control b/debian/control
index 72bb6cc..a35cbf6 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 7),
                dh-python,
                python3,
                python3-apt,
+               python3-attr,
                python3-coverage,
                python3-mock,
                python3-nose,
@@ -53,6 +54,7 @@ Architecture: all
 Priority: extra
 Depends: curtin-common (= ${binary:Version}),
          python3-apt,
+         python3-attr,
          python3-oauthlib,
          python3-yaml,
          wget,

Follow ups