mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-08-13 21:49:26 +03:00
rpm: add BuildRequires on gcc
The gcc RPM is no longer part of the default build root. Reviewed-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
@ -55,6 +55,7 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: python3-nose
|
BuildRequires: python3-nose
|
||||||
BuildRequires: python3-lxml
|
BuildRequires: python3-lxml
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: gcc
|
||||||
|
|
||||||
# Don't want provides for python shared objects
|
# Don't want provides for python shared objects
|
||||||
%if %{with_python2}
|
%if %{with_python2}
|
||||||
|
Reference in New Issue
Block a user