docker build, deploy: Switch tooling to python3
[fuel.git] / mcp / scripts / requirements_deb.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     - curl
13     - git
14     - make
15     - python3-pip
16 deploy:
17   # Common pkgs required for all deploys, no matter the type, arch etc.
18   common:
19     - bridge-utils
20     - build-essential
21     - cloud-guest-utils
22     - cpu-checker
23     - curl
24     - docker-compose
25     - e2fsprogs
26     - git
27     - kpartx
28     - libglib2.0-bin
29     - libvirt-bin
30     - mkisofs
31     - qemu-kvm
32     - rsync
33     - uuid-runtime
34     - virtinst
35     # python is indirectly required for PDF parsing
36     - python3
37     - python3-jinja2
38     - python3-yaml
39     - python3-jsonschema
40   # Optional, arch-specific requirements, matched by key name = $(uname -m)
41   aarch64:
42     # AArch64 VMs use AAVMF (guest UEFI)
43     - ipxe-qemu
44     - qemu-efi
45     # AArch64 CentOS cloud image is archived with xz
46     - xz-utils