The gcc RPM is no longer part of the default build root.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
libvirt-python.spec.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/libvirt-python.spec.in b/libvirt-python.spec.in
index 589855e..8709317 100644
--- a/libvirt-python.spec.in
+++ b/libvirt-python.spec.in
@@ -55,6 +55,7 @@ BuildRequires: python3-devel
BuildRequires: python3-nose
BuildRequires: python3-lxml
%endif
+BuildRequires: gcc
# Don't want provides for python shared objects
%if %{with_python2}
--
2.17.1