f4ce322776
Add the librsvg2-* package to bindep.txt. This package has been required to build docs since the Related-Change. The package is added to a new 'doc' profile in bindep.txt; if missing, the package will be reported by: bindep doc The 'doc' profile is added to the tox 'bindep' env command so that, if missing, the package will always be reported by: tox -e bindep Change-Id: I6c60c31ca8002133ab77f05f59359b25315b299c Related-Change: I26cefda80d3234df68d7152b404e0a71da74ab90 Closes-Bug: 1903038
44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
build-essential [platform:dpkg]
|
|
linux-headers [platform:apk]
|
|
gcc [platform:rpm platform:apk]
|
|
gettext [!platform:suse]
|
|
gettext-runtime [platform:suse]
|
|
liberasurecode-dev [platform:dpkg]
|
|
# There's no library in CentOS 7 but Fedora and openSUSE have it.
|
|
liberasurecode-devel [platform:rpm !platform:centos]
|
|
libffi-dev [platform:dpkg platform:apk]
|
|
libffi-devel [platform:rpm]
|
|
libxml2-dev [platform:dpkg platform:apk]
|
|
libxml2-devel [platform:rpm]
|
|
libxslt-devel [platform:rpm]
|
|
libxslt1-dev [platform:dpkg]
|
|
libxslt-dev [platform:apk]
|
|
memcached
|
|
python-dev [platform:dpkg platform:apk]
|
|
python-devel [platform:rpm]
|
|
python3-dev [platform:dpkg platform:apk test]
|
|
python3-devel [platform:fedora platform:suse test]
|
|
# python3-devel does not pull in the python3 package on openSUSE so
|
|
# we need to be explicit. The python3 package contains the XML module
|
|
# which is required by a python3 virtualenv. Similarly, in python2,
|
|
# the XML module is located in python-xml which is not pulled in
|
|
# by python-devel as well. See https://bugzilla.suse.com/show_bug.cgi?id=1046990
|
|
python3 [platform:suse platform:apk test]
|
|
python-xml [platform:suse]
|
|
rsync
|
|
xfsprogs
|
|
libssl-dev [platform:dpkg]
|
|
openssl-devel [platform:redhat]
|
|
openssl-dev [platform:apk]
|
|
libopenssl-devel [platform:suse]
|
|
py-cffi [platform:apk]
|
|
musl-dev [platform:apk]
|
|
man-db [pep8]
|
|
man [platform:rpm pep8]
|
|
# libsrvg2 is required to build docs
|
|
librsvg2-tools [doc platform:rpm]
|
|
librsvg2-bin [doc platform:dpkg]
|