Fix pep8 job on ubuntu-noble

The pep8 job is failing to build a wheel for python-pcre on
ubuntu-noble because it can't find pcre.h.  So include the dev
package that contains the headers in bindep.txt.

Change-Id: I904e38dc5a788807d98619242a09771fa488efd6
This commit is contained in:
Brian Rosmaita 2024-12-12 08:24:24 -05:00
parent 816290388c
commit 8667c39dd9

View File

@ -7,3 +7,5 @@
gettext [!platform:suse doc test]
gettext-runtime [platform:suse]
graphviz [doc test]
libpcre3-dev [platform:ubuntu]