Fix python-dev reference in bindep

Python2 is a thing of the past, we need python3 now. This should get the
python3.10 job running.

Change-Id: I0b2deccfbc5cbbffd361106b96f4996172d1ee3c
This commit is contained in:
Dr. Jens Harbott 2022-05-24 11:58:37 +02:00
parent 652faab58b
commit 8d33f1191e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# see http://docs.openstack.org/infra/bindep/ for additional information.
build-essential [platform:dpkg]
python-dev [platform:dpkg]
python3-dev [platform:dpkg]
python-devel [platform:rpm]
libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]