Merge lp:~blake-rouse/maas/packaging-remove-curtin-min into lp:~maas-maintainers/maas/packaging

Proposed by Blake Rouse
Status: Merged
Approved by: Blake Rouse
Approved revision: no longer in the source branch.
Merged at revision: 425
Proposed branch: lp:~blake-rouse/maas/packaging-remove-curtin-min
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 21 lines (+2/-2)
1 file modified
debian/control (+2/-2)
To merge this branch: bzr merge lp:~blake-rouse/maas/packaging-remove-curtin-min
Reviewer Review Type Date Requested Status
Blake Rouse (community) Approve
Review via email: mp+270552@code.launchpad.net

Commit message

Remove the minimum requirement for curtin has it breaks installation on the CI.

To post a comment you must log in.
Revision history for this message
Blake Rouse (blake-rouse) wrote :

Self-approving as I have tested this and it fixes the CI.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2015-08-26 11:09:58 +0000
3+++ debian/control 2015-09-09 15:21:16 +0000
4@@ -92,7 +92,7 @@
5 Architecture: all
6 Depends: python-bson,
7 python-crochet,
8- python-curtin (>= 0.1.0~bzr247),
9+ python-curtin,
10 python-distro-info,
11 python-formencode,
12 python-jsonschema,
13@@ -181,7 +181,7 @@
14 Depends: python-apt,
15 python-convoy,
16 python-crochet,
17- python-curtin (>= 0.1.0~bzr247),
18+ python-curtin,
19 python-lxml,
20 python-maas-client (= ${binary:Version}),
21 python-netaddr,

Subscribers

People subscribed via source and target branches