From c354adb368853b513eed1830362920b899d0de87 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Fri, 9 Sep 2022 09:36:36 -0400 Subject: 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 --- bindep.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.2.1