diff options
author | Olivier Gayot <[email protected]> | 2023-12-11 16:47:11 +0100 |
---|---|---|
committer | Olivier Gayot <[email protected]> | 2023-12-13 09:52:41 +0100 |
commit | 24cd99e4d399e64d2cb0bf572ed4b3b3b72144cb (patch) | |
tree | b33b2677690747abef757444686276bf3bc9768e | |
parent | dffbaf77160f39221a62f8dc2b0d41511ad5d8c1 (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/control | 3 |
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 |