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
This commit is contained in:
Clark Boylan 2024-08-21 15:26:10 -07:00
parent 6e2b2154b4
commit ba5c61098d

View File

@ -7,3 +7,5 @@ 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]