Files
python-cinderclient/bindep.txt
Brian Rosmaita c354adb368 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
2022-09-09 09:36:36 -04:00

14 lines
494 B
Plaintext

# This is a cross-platform list tracking distribution packages needed by tests;
# see https://docs.openstack.org/infra/bindep/ for additional information.
gettext
libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
libssl-dev [platform:ubuntu-xenial]
locales [platform:debian]
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]
python3-devel [platform:rpm]