python-tripleoclient/bindep.txt
Szymon Datko 4458dc93a2 Add missing hostname package to bindep
There are calls to the `hostname` command, such as in function
`get_short_hostname()` from file `tripleoclient/utils.py`
there goes `subprocess.Popen(["hostname", "-s"], ...)`,
however in recent CentOS, RHEL and Fedora containers
this utility is not installed by default. Hence, it should be
listed in bindep file as necessary non-python dependency.

Change-Id: I8f2e7954c51313ba9e85c8a6452bf70b034f424a
2022-03-08 13:54:02 +01:00

15 lines
643 B
Plaintext

# This is a cross-platform list tracking distribution packages needed by tests;
# see https://docs.openstack.org/infra/bindep/ for additional information.
hostname [platform:rpm test]
xfsprogs [platform:rpm test]
qemu-img [platform:rpm test]
dosfstools [platform:rpm test]
libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
libssl-dev [platform:dpkg test]
openssl-devel [platform:rpm test]
policycoreutils-python [platform:rpm test !platform:rhel-8 !platform:centos-8 !platform:fedora !platform:centos-9 !platform:rhel-9]
policycoreutils-python-utils [platform:rpm test !platform:rhel-7 !platform:centos-7]
tripleo-ansible [platform:rpm]