Install missing python module of jsonschema 67/52967/1
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Fri, 2 Mar 2018 07:42:12 +0000 (11:42 +0400)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Fri, 2 Mar 2018 07:47:17 +0000 (11:47 +0400)
Change-Id: Ib903863a7a46008c93ee795083712a50a022a41d
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
mcp/scripts/requirements_deb.yaml
mcp/scripts/requirements_rpm.yaml

index e50a48f..04ddcf6 100644 (file)
@@ -28,6 +28,7 @@ requirements_pkg:
     - python-ipaddress
     - python-jinja2
     - python-yaml
+    - python-jsonschema
   # Optional, arch-specific requirements, matched by key name = $(uname -m)
   aarch64:
     # AArch64 VMs use AAVMF (guest UEFI)
index 91f862f..3df4d0a 100644 (file)
@@ -34,6 +34,7 @@ requirements_pkg:
     - python-ipaddress
     - python-jinja2
     - python-yaml
+    - python-jsonschema
   # Optional, arch-specific requirements, matched by key name = $(uname -m)
   aarch64:
     # AArch64 VMs use AAVMF (guest UEFI)