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: Ice9f3b1484323b611bb12eb6cdc6a6f1f1dfee95
This commit is contained in:
Jonathan Rosser 2022-01-11 11:32:17 -05:00
parent e071fe0e5a
commit 7fc659b0dd
2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@ barbican_devel_distro_packages:
- libpq-dev
- libssl-dev
- libsystemd-dev
- python3-dev
barbican_service_distro_packages:
- python3-barbican

View File

@ -23,7 +23,6 @@ barbican_devel_distro_packages:
- libffi-devel
- openssl-devel
- postgresql-libs
- python36-devel
- systemd-devel
barbican_service_distro_packages: