Fix bindep for py312 job

python-all-dev is not available on the newer ubuntu images
(ubuntu-nobble). Replace it with `python3-dev` as used by majority of
other OpenStack repositories. This change does not fix the tests, it
just ensures tests are being executed.

Change-Id: I860ca5e6259459716e606a4c76002164d6a18668
This commit is contained in:
Artem Goncharov 2024-07-11 17:09:26 +02:00
parent 430bebe376
commit 24113bb182

View File

@ -18,8 +18,7 @@ mysql-server [platform:dpkg !platform:debian]
mariadb-server [platform:debian]
postgresql-client [platform:dpkg]
postgresql-server-dev-all [platform:dpkg]
python-all-dev [platform:dpkg !platform:debian]
python3-all-dev [platform:dpkg]
python3-dev [platform:dpkg]
cyrus-sasl-devel [platform:rpm]
libxml2-devel [platform:rpm]