aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2020-02-13 17:36:57 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2020-02-13 17:49:28 +0000
commit6872d6dfe5da8b62f72406adb2aa0900cc4c6a41 (patch)
tree5ba191b2dc11111a2c59d6a61a120963830d892e
parente6f1c557adf37baabf0afee6384ee99849cd25e8 (diff)
requirements: CentOS7: s/python3/python36/stable/iruya
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> (cherry picked from commit d0d18e91a5edf1c79b770f3bb88f660127c47f35)
-rw-r--r--mcp/scripts/requirements_rpm.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/mcp/scripts/requirements_rpm.yaml b/mcp/scripts/requirements_rpm.yaml
index d21e49a9d..b2ee0dcd1 100644
--- a/mcp/scripts/requirements_rpm.yaml
+++ b/mcp/scripts/requirements_rpm.yaml
@@ -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)