Merge ~paride/curtin:vmtest-add-jsonschema-dep into curtin:master

Proposed by Paride Legovini
Status: Merged
Approved by: Ryan Harper
Approved revision: 40664c6c897e94e7f977d4b77e0c4621f22f1b4b
Merge reported by: Server Team CI bot
Merged at revision: not available
Proposed branch: ~paride/curtin:vmtest-add-jsonschema-dep
Merge into: curtin:master
Diff against target: 12 lines (+1/-0)
1 file modified
tools/vmtest-system-setup (+1/-0)
Reviewer Review Type Date Requested Status
Ryan Harper (community) Approve
Server Team CI bot continuous-integration Approve
Review via email: mp+367183@code.launchpad.net

Commit message

vmtest: add dependency on python3-jsonschema

python3-jsonschema is needed to perform the schema-validate stage of the
vmtest target. This branch makes vmtest-system-setup install the package
among the other vmtest dependencies.

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Ryan Harper (raharper) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/tools/vmtest-system-setup b/tools/vmtest-system-setup
2index bc790cb..b9185db 100755
3--- a/tools/vmtest-system-setup
4+++ b/tools/vmtest-system-setup
5@@ -16,6 +16,7 @@ DEPS=(
6 make
7 net-tools
8 python3
9+ python3-jsonschema
10 python3-nose
11 python3-simplestreams
12 python3-yaml

Subscribers

People subscribed via source and target branches