From 3be9b941395c84fa0e136db36415f77d4671f7b1 Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Mon, 14 Apr 2025 14:38:59 -0500 Subject: [PATCH] Install libpcre3 on Ubuntu Noble images It is not installed by default but uwsgi needs it Change-Id: Icbee13fef089362a6e3c0e56c176cc5a0e909ef8 --- bindep.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bindep.txt b/bindep.txt index 8b379e20..99915c85 100644 --- a/bindep.txt +++ b/bindep.txt @@ -54,6 +54,7 @@ libmysqlclient-dev [platform:ubuntu requirements] libnss3-dev [platform:dpkg requirements] libosinfo [platform:rpm nova] libosinfo-bin [platform:dpkg nova] +libpcre3 [platform:ubuntu-noble] libpcre3-dev [platform:dpkg requirements] libpq-dev [platform:dpkg requirements] # libpythonx.y installation logic is moved to scripts to be able to dynamically