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: I13d8d4fa8f1de4822a671971232ac3960edc0759
This commit is contained in:
Jonathan Rosser 2022-01-11 11:37:08 -05:00
parent 4f4049170e
commit 847b0c2636
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ magnum_distro_packages: []
# Packages for buildind the python wheels
magnum_devel_distro_packages:
- python3-dev
- libssl-dev
- libxml2-dev
- libxslt-dev

View File

@ -18,7 +18,6 @@ magnum_distro_packages: []
# Packages for building the python wheels
magnum_devel_distro_packages:
- python36-devel
- openssl-devel
- libxml2-devel
- libxslt-devel