![Brian Rosmaita](/assets/img/avatar_default.png)
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
12 lines
393 B
Plaintext
12 lines
393 B
Plaintext
# This is a cross-platform list tracking distribution packages needed for
|
|
# install and tests;
|
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
# gettext and graphviz are needed by doc builds only. For transition,
|
|
# have them in both doc and test.
|
|
gettext [!platform:suse doc test]
|
|
gettext-runtime [platform:suse]
|
|
graphviz [doc test]
|
|
|
|
libpcre3-dev [platform:ubuntu]
|