From 5987eec13b5f89fa30a8cbf27a407efc6e8cf77a Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Tue, 11 Mar 2025 08:43:16 -0700 Subject: [PATCH] Add libpcre3-dev in bindep.txt for pcre.h Doc job is going to run on Ubuntu Noble[1] and for nova cross job, we need libpcre3-dev package for pcre.h [1] https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/935459 Change-Id: I43416810cc2960d0f5107ced13c3ce2e1d7fadd5 --- bindep.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bindep.txt b/bindep.txt index f3b31505..c87cc32a 100644 --- a/bindep.txt +++ b/bindep.txt @@ -35,3 +35,4 @@ latexmk [platform:rpm] # For nova cross testing graphviz [doc test] +libpcre3-dev [platform:dpkg test]