Ubuntu 20.04 is dropping Python 2 support so many of the packages are
either removed or deprecated, need a new list to maintain packages
that work.
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: I8a7d0a7fc5ad439d7c1da5c2ba0fc46cd425d3f0
image: centos:7
- name: ubuntu1604
image: ubuntu:16.04
+ - name: ubuntu2004
+ image: ubuntu:20.04
provisioner:
name: ansible
scenario:
--- /dev/null
+---
+python_packages_distro:
+ - libffi-dev
+ - python-is-python3
+ - python3
+ - python3
+ - python3-dev
+ - python3-openssl
+ - python3-pip
+ - python3-setuptools
+ - python3-virtualenv
+ - python3-venv