From 06564c64ffe5ea8ea08621278fe44090bcdfe033 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Wed, 21 Aug 2024 19:56:05 +0200 Subject: [PATCH] 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 --- bindep.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bindep.txt b/bindep.txt index 1e462d1..751bd57 100644 --- a/bindep.txt +++ b/bindep.txt @@ -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] \ No newline at end of file