summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2022-09-09 09:36:36 -0400
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2022-09-09 09:36:36 -0400
commitc354adb368853b513eed1830362920b899d0de87 (patch)
tree438e40f50c169032ea538bbf434037f96681e565
parent51edff7f3415fdf67f2ddb30151f09d4c1ca281a (diff)
downloadpython-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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindep.txt b/bindep.txt
index 2dbd41a..b437edd 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -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]