Related: #1829180 - add BuildRequires for hostname

It is used by the test-suite but it is missing in armv7hl buildroot.
This commit is contained in:
Kamil Dudka 2020-05-02 10:07:26 +02:00
parent ce4949188b
commit c74a58b095

View File

@ -59,6 +59,9 @@ BuildRequires: perl(warnings)
# gnutls-serv is used by the upstream test-suite
BuildRequires: gnutls-utils
# hostname(1) is used by the test-suite but it is missing in armv7hl buildroot
BuildRequires: hostname
# nghttpx (an HTTP/2 proxy) is used by the upstream test-suite
BuildRequires: nghttp2