Cleanup py2

This patch removes isntallation of python2 packages.

Change-Id: Id9d57f30036a19c3c94feddc8bb6c744a93f7541
This commit is contained in:
Dmitriy Rabotyagov 2020-04-16 19:21:18 +03:00
parent b3f08711dd
commit 5e8c2c2eea
1 changed files with 2 additions and 3 deletions

View File

@ -20,7 +20,7 @@ keystone_distro_packages:
- openssh-server
- rsync
- cron
- libpython2.7
- libpython3-dev
keystone_devel_distro_packages:
- docutils-common
@ -35,11 +35,10 @@ keystone_devel_distro_packages:
- libxslt1-dev
- libxml2-dev
- pkg-config
- python-dev
- python3-dev
keystone_service_distro_packages:
- python3-keystone
- python-systemd
- python3-systemd
- uwsgi
- uwsgi-plugin-python3