mirror of https://gitee.com/openkylin/libvirt.git
spec: Drop BuildDepends on make
make is only used for the syntax-check tests, which we are explicitly skipping when building RPMs. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
bea90390ca
commit
54f3a4b45b
|
@ -266,7 +266,6 @@ BuildRequires: python3-docutils
|
|||
BuildRequires: gcc
|
||||
BuildRequires: meson >= 0.54.0
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: make
|
||||
BuildRequires: git
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
BuildRequires: perl-interpreter
|
||||
|
|
|
@ -54,7 +54,6 @@ BuildRequires: libxslt
|
|||
BuildRequires: python3
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
BuildRequires: make
|
||||
BuildRequires: meson
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: python3-docutils
|
||||
|
|
Loading…
Reference in New Issue