requirements: CentOS7: s/python3/python36/ 67/69667/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 13 Feb 2020 16:36:57 +0000 (17:36 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 13 Feb 2020 16:36:57 +0000 (17:36 +0100)
Recent upstream changes in the CentOS/EPEL repositories renamed
certain python3-<pkg> to python36-<pkg>, adjust our requirements.

Change-Id: Ib54e3656ba7d0270f1a4481b71cfe5fd8033da7c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
mcp/scripts/requirements_rpm.yaml

index d21e49a..b2ee0dc 100644 (file)
@@ -38,9 +38,9 @@ deploy:
     - wget
     # For python is indirectly required for PDF parsing
     - python3
-    - python3-jinja2
-    - python3-yaml
-    - python3-jsonschema
+    - python36-jinja2
+    - python36-yaml
+    - python36-jsonschema
   # Optional, arch-specific requirements, matched by key name = $(uname -m)
   aarch64:
     # AArch64 VMs use AAVMF (guest UEFI)