Do not install python development packages

The python_venv_build role is responsible for setting up the build
environment for python wheels so this role should not install
python development packages

Change-Id: I0958bdb0b4a04d3398fc2c42f10d54cc7c30f0f8
This commit is contained in:
Jonathan Rosser 2022-01-11 11:30:04 -05:00
parent 145b219a83
commit 5b55dd4626
3 changed files with 0 additions and 3 deletions

View File

@ -35,7 +35,6 @@ keystone_devel_distro_packages:
- libxslt1-dev
- libxml2-dev
- pkg-config
- python3-dev
keystone_service_distro_packages:
- python3-keystone

View File

@ -28,7 +28,6 @@ keystone_devel_distro_packages:
- libxslt-devel
- openldap-devel
- openssl-devel
- python36-devel
- systemd-devel
- which

View File

@ -35,7 +35,6 @@ keystone_devel_distro_packages:
- libxslt1-dev
- libxml2-dev
- pkg-config
- python3-dev
keystone_service_distro_packages:
- python3-keystone