cinder-specs/bindep.txt
Brian Rosmaita 8667c39dd9 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
2024-12-12 08:24:24 -05:00

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]