diff options
| author | Brian Rosmaita <rosmaita.fossdev@gmail.com> | 2022-09-09 09:36:36 -0400 |
|---|---|---|
| committer | Brian Rosmaita <rosmaita.fossdev@gmail.com> | 2022-09-09 09:36:36 -0400 |
| commit | c354adb368853b513eed1830362920b899d0de87 (patch) | |
| tree | 438e40f50c169032ea538bbf434037f96681e565 | |
| parent | 51edff7f3415fdf67f2ddb30151f09d4c1ca281a (diff) | |
| download | python-cinderclient-c354adb368853b513eed1830362920b899d0de87.tar.gz | |
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
| -rw-r--r-- | bindep.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |
