Files
python-tripleoclient/bindep.txt
Szymon Datko 9496779d9d 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
(cherry picked from commit 4458dc93a2)
2022-03-15 09:29:56 +00:00

643 B