Add libjpeg-dev to bindep

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
This commit is contained in:
Artem Goncharov 2024-08-21 19:56:05 +02:00
parent fb41208b55
commit 06564c64ff

@ -10,3 +10,9 @@ 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]