This website requires JavaScript.
42 lines
1.3 KiB
Plaintext
2016年08月26日 11:32:15 +02:00
# This file facilitates OpenStack-CI package installation
# before the execution of any tests.
# See the following for details:
# - http://docs.openstack.org/infra/bindep/
# - https://github.com/openstack-infra/bindep
# Even if the role does not make use of this facility, it
# is better to have this file empty, otherwise OpenStack-CI
# will fall back to installing its default packages which
# will potentially be detrimental to the tests executed.
# Base requirements for Ubuntu
build-essential [platform:dpkg]
libssl-dev [platform:dpkg]
libffi-dev [platform:dpkg]
python2.7 [platform:dpkg]
python-dev [platform:dpkg]
# Base requirements for CentOS
python-devel [platform:rpm]
libffi-devel [platform:rpm]
openssl-devel [platform:rpm]
libselinux-python [platform:rpm]
python-pyasn1 [platform:dpkg]
python-openssl [platform:dpkg]
python-ndg-httpsclient [platform:ubuntu !platform:ubuntu-trusty]
python2-pyasn1 [platform:rpm]
python-ndg_httpsclient [platform:rpm]
2016年09月16日 09:12:13 +01:00
# Required for compressing collected log files in CI