curtin-dev team mailing list archive
-
curtin-dev team
-
Mailing list archive
-
Message #03238
[Merge] ~ogayot/curtin:builddeps-add-missing into curtin:master
Olivier Gayot has proposed merging ~ogayot/curtin:builddeps-add-missing into curtin:master.
Commit message:
Add missing build dependencies when building curtin as debs
When building debian packages for curtin, the test suite runs and fails
because of a few missing dependencies.
Add what's missing so we can have a green build.
Signed-off-by: Olivier Gayot <olivier.gayot@xxxxxxxxxxxxx>
Requested reviews:
curtin developers (curtin-dev)
For more details, see:
https://code.launchpad.net/~ogayot/curtin/+git/curtin/+merge/457415
Add missing build dependencies when building curtin as debs
When building debian packages for curtin, the test suite runs and fails
because of a few missing dependencies.
Add what's missing so we can have a green build.
--
Your team curtin developers is requested to review the proposed merge of ~ogayot/curtin:builddeps-add-missing into curtin:master.
diff --git a/debian/control b/debian/control
index 5c2bd2a..b430364 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,11 @@ Build-Depends: debhelper (>= 7),
python3-apt,
python3-attr,
python3-coverage,
+ python3-debian,
+ python3-jsonschema,
python3-nose,
python3-oauthlib,
+ python3-parameterized,
python3-setuptools,
python3-yaml
Homepage: http://launchpad.net/curtin
Follow ups