7367907c58
* Remove py2 gate jobs. * Build non-universal, py3-only wheels. * Specify minimum python version in package metadata. * Clean up requirements/constraints/bindep (a little, anyway). Change-Id: I53153c4fde043e964e1daa7bbf2089e0471dede2
40 lines
1.3 KiB
Plaintext
40 lines
1.3 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
|
|
python3-dev [platform:dpkg platform:apk test]
|
|
python3-devel [platform:rpm 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.
|
|
# See https://bugzilla.suse.com/show_bug.cgi?id=1046990
|
|
python3 [platform:suse platform:apk test]
|
|
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]
|