ce3122c2f1
As it was announced [1] global bindep-fallback.txt was removed and now projects need to have a local bindep.txt to be able to install binary dependencies for testing. We use lxml which requires a number of underlying packages. [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007272.html Change-Id: Ie635fa5d613cb89f8de8c8c8d5b119621acb926d Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
15 lines
528 B
Plaintext
15 lines
528 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.
|
|
|
|
build-essential [platform:dpkg test]
|
|
gcc [platform:rpm test]
|
|
libxml2-dev [platform:dpkg test]
|
|
libxslt1-dev [platform:dpkg test]
|
|
libxslt-devel [platform:rpm test]
|
|
python-dev [platform:dpkg test]
|
|
python-devel [platform:rpm test]
|
|
python3-dev [platform:dpkg test]
|
|
python3-devel [platform:rpm test]
|
|
libpcre3-dev [platform:dpkg test]
|
|
pcre-devel [platform:rpm test]
|