06564c64ff
Opendev switched base image to ubuntu noble which comes with py3.12 for which there are no wheels for pillow package. Compilation fails since libjpeg-dev is missing. Add it not to pin the nodeset. Change-Id: I045c2952e37f5121e9bff1c2f55aea535ce1de96
18 lines
594 B
Plaintext
18 lines
594 B
Plaintext
# This is a cross-platform list tracking distribution packages needed for
|
|
# install and tests;
|
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
build-essential [platform:dpkg test]
|
|
gcc [platform:rpm test]
|
|
|
|
# Cinder/Keystone/... require ssl and crypt to be present
|
|
cryptsetup [platform:rpm]
|
|
cryptsetup-bin [platform:dpkg]
|
|
libssl-dev [platform:dpkg]
|
|
openssl-devel [platform:rpm]
|
|
libsasl2-dev [platform:dpkg]
|
|
libldap-dev [platform:dpkg]
|
|
|
|
# There are no wheels for pillow on py3.12 so we need to enable building it
|
|
libjpeg-dev [platform:dpkg]
|
|
libpcre3-dev [platform:dpkg] |