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: I6f3713135e3b937768d799c6e2c141427c498a16
This commit is contained in:
Jonathan Rosser 2022-01-11 11:33:13 -05:00
parent 60643fa21c
commit 08712239a8
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@ gnocchi_devel_distro_packages:
- libpq-dev
- librados-dev
- libsystemd-dev
- python3-dev
gnocchi_distro_packages:
- libxml2

View File

@ -19,7 +19,6 @@ gnocchi_devel_distro_packages:
- git
- librados2-devel
- postgresql-devel
- python36-devel
- systemd-devel
- which