Remove py2 packages

Ubuntu Focal do not even have py2 packages, so we need to drop them,
as anyway we use py3 everywhere.

Change-Id: Icb253467cd4f1304c7a9290ea8dc6677fd18af59
This commit is contained in:
Dmitriy Rabotyagov 2020-08-15 01:33:10 +03:00
parent d61db1e68b
commit 00d3bee584
1 changed files with 1 additions and 2 deletions

View File

@ -25,12 +25,11 @@ barbican_devel_distro_packages:
- libpq-dev
- libssl-dev
- libsystemd-dev
- python-dev
- python3-dev
barbican_service_distro_packages:
- python3-barbican
- python3-pymysql # needed by /usr/bin/barbican-manage db upgrade.
- python-systemd
- python3-systemd
barbican_oslomsg_amqp1_distro_packages: