Update bindep for ubuntu jammy

Python 3.10 unit tests are failing on jammy because the 'python-dev'
package is not available on that platform.  See py310 failures on
https://review.opendev.org/c/openstack/python-cinderclient/+/856719/1

Change-Id: I01501b9dac831c71ac62a2cc624dc0c4933c9c15
This commit is contained in:
Brian Rosmaita 2022-09-09 09:36:36 -04:00
parent 51edff7f34
commit c354adb368
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
libssl-dev [platform:ubuntu-xenial]
locales [platform:debian]
python-dev [platform:dpkg]
python-dev [platform:dpkg !platform:ubuntu-jammy]
python-devel [platform:rpm !platform:centos-8]
python3-all-dev [platform:ubuntu !platform:ubuntu-precise]
python3-dev [platform:dpkg]