forked from rcbops/rpc-maas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bindep.txt
43 lines (38 loc) · 1.37 KB
/
bindep.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# 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 dpkg based OS
build-essential [platform:dpkg]
git-core [platform:dpkg]
libssl-dev [platform:dpkg]
libffi-dev [platform:dpkg]
libsasl2-dev [platform:dpkg]
libldap2-dev [platform:dpkg]
libjpeg8-dev [platform:dpkg]
python3 [platform:dpkg]
python3-dev [platform:dpkg]
# Base requirements for rpm based OS
gcc [platform:rpm]
gcc-c++ [platform:rpm]
git [platform:rpm]
python-devel [platform:rpm]
libffi-devel [platform:rpm]
openssl-devel [platform:rpm]
python3-devel [platform:rpm]
# For SELinux
libselinux-python [platform:redhat]
libsemanage-python [platform:redhat]
# For SSL SNI support
python3-pyasn1 [platform:dpkg]
python3-openssl [platform:dpkg]
python3-ndg-httpsclient [platform:ubuntu !platform:ubuntu-trusty]
# Required for compressing collected log files in CI
gzip