Cleanup py2
This patch removes isntallation of python2 packages. Change-Id: Id9d57f30036a19c3c94feddc8bb6c744a93f7541
This commit is contained in:
parent
b3f08711dd
commit
5e8c2c2eea
@ -20,7 +20,7 @@ keystone_distro_packages:
|
|||||||
- openssh-server
|
- openssh-server
|
||||||
- rsync
|
- rsync
|
||||||
- cron
|
- cron
|
||||||
- libpython2.7
|
- libpython3-dev
|
||||||
|
|
||||||
keystone_devel_distro_packages:
|
keystone_devel_distro_packages:
|
||||||
- docutils-common
|
- docutils-common
|
||||||
@ -35,11 +35,10 @@ keystone_devel_distro_packages:
|
|||||||
- libxslt1-dev
|
- libxslt1-dev
|
||||||
- libxml2-dev
|
- libxml2-dev
|
||||||
- pkg-config
|
- pkg-config
|
||||||
- python-dev
|
- python3-dev
|
||||||
|
|
||||||
keystone_service_distro_packages:
|
keystone_service_distro_packages:
|
||||||
- python3-keystone
|
- python3-keystone
|
||||||
- python-systemd
|
|
||||||
- python3-systemd
|
- python3-systemd
|
||||||
- uwsgi
|
- uwsgi
|
||||||
- uwsgi-plugin-python3
|
- uwsgi-plugin-python3
|
||||||
|
Loading…
Reference in New Issue
Block a user