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: I0c112d49262578359e8f8843084f75eb48799778
This commit is contained in:
Jonathan Rosser 2022-01-11 11:38:12 -05:00
parent be9a8b2c4f
commit e31bfe79a4
2 changed files with 2 additions and 4 deletions

View File

@ -15,7 +15,6 @@
cache_timeout: 600
rally_devel_distro_packages:
- libpython3-dev
rally_devel_distro_packages: []
rally_distro_packages: []

View File

@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
rally_devel_distro_packages:
- python36-devel
rally_devel_distro_packages: []
rally_distro_packages: []