summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <[email protected]>2023-12-11 16:47:11 +0100
committerOlivier Gayot <[email protected]>2023-12-13 09:52:41 +0100
commit24cd99e4d399e64d2cb0bf572ed4b3b3b72144cb (patch)
treeb33b2677690747abef757444686276bf3bc9768e
parentdffbaf77160f39221a62f8dc2b0d41511ad5d8c1 (diff)
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 <[email protected]>
-rw-r--r--debian/control3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 5c2bd2a4..b4303640 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