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

Proposed by Dan Bungert
Status: Merged
Approved by: Michael Hudson-Doyle
Approved revision: 3fcaa5f4a6a45dfdb47d85285906874a2f704ebd
Merge reported by: Server Team CI bot
Merged at revision: not available
Proposed branch: ~dbungert/curtin:curtin-build-fix
Merge into: curtin:master
Diff against target: 20 lines (+2/-0)
1 file modified
debian/control (+2/-0)
Reviewer Review Type Date Requested Status
Michael Hudson-Doyle Approve
Server Team CI bot continuous-integration Approve
Review via email: mp+423116@code.launchpad.net

Commit message

deb: fix dependencies

Required for bionic build, also more correct anyhow.

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

Thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/control b/debian/control
2index 72bb6cc..a35cbf6 100644
3--- a/debian/control
4+++ b/debian/control
5@@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 7),
6 dh-python,
7 python3,
8 python3-apt,
9+ python3-attr,
10 python3-coverage,
11 python3-mock,
12 python3-nose,
13@@ -53,6 +54,7 @@ Architecture: all
14 Priority: extra
15 Depends: curtin-common (= ${binary:Version}),
16 python3-apt,
17+ python3-attr,
18 python3-oauthlib,
19 python3-yaml,
20 wget,

Subscribers

People subscribed via source and target branches