ba5c61098d
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
12 lines
454 B
Plaintext
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]
|