releases/bindep.txt
Clark Boylan ba5c61098d Add libpcre3-dev to bindep
Python-pcre needs libpcre3-dev to build against if there is no wheel
available for python-pcre. It appears that python-pcre is quite dead so
we shouldn't count on new wheels being available for it. Instead we add
libpcre3-dev to bindep.txt so that we can build wheels locally
ourselves.

Change-Id: Ie3be7babdfec9c520c090345dced0d53301cbf1f
2024-08-21 15:26:10 -07:00

12 lines
454 B
Plaintext

# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
python3-all-dev [platform:ubuntu !platform:ubuntu-precise]
python3-dev [platform:dpkg]
python3-devel [platform:fedora]
python3-yaml [platform:ubuntu]
git-review [platform:ubuntu]
libre2-dev [platform:ubuntu]
# This is for python-pcre which is a dependency of whereto.
libpcre3-dev [platform:ubuntu]