docker build, deploy: Switch tooling to python3
[fuel.git] / mcp / scripts / requirements_rpm.yaml
1 ##############################################################################
2 # Copyright (c) 2018 Mirantis Inc., Enea AB and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Apache License, Version 2.0
5 # which accompanies this distribution, and is available at
6 # http://www.apache.org/licenses/LICENSE-2.0
7 ##############################################################################
8 ---
9 build:
10   # Common pkgs required for all builds, no matter the type, arch etc.
11   common:
12     - git
13     - make
14     - python3-pip
15 deploy:
16   # Common pkgs required for all deploys, no matter the type, arch etc.
17   common:
18     - bc
19     - bridge-utils
20     - cloud-utils-growpart
21     - curl
22     - docker-compose
23     - elfutils-libelf-devel
24     - e2fsprogs
25     - genisoimage
26     - gcc
27     - gdisk
28     - git
29     - kpartx
30     - libvirt
31     - make
32     - openssl-devel
33     - qemu-kvm
34     - rpm-build
35     - rsync
36     - util-linux
37     - virt-install
38     - wget
39     # For python is indirectly required for PDF parsing
40     - python3
41     - python3-jinja2
42     - python3-yaml
43     - python3-jsonschema
44   # Optional, arch-specific requirements, matched by key name = $(uname -m)
45   aarch64:
46     # AArch64 VMs use AAVMF (guest UEFI)
47     - AAVMF
48     # AArch64 CentOS cloud image is archived with xz
49     - xz