summaryrefslogtreecommitdiff
path: root/libvirt-python.spec.in
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2018-07-23 12:13:32 +0100
committerDaniel P. Berrangé <berrange@redhat.com>2018-07-23 14:10:56 +0100
commitcc55ae62d71ccd561365ee72480d1a803baa58ed (patch)
tree64aab3be181ffc58bf3625fb7fbcfa3373571747 /libvirt-python.spec.in
parent5ca2cb00187cb8089fdd26e3fe2f1522bbaca246 (diff)
downloadlibvirt-python-cc55ae62d71ccd561365ee72480d1a803baa58ed.tar.gz
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>
Diffstat (limited to 'libvirt-python.spec.in')
-rw-r--r--libvirt-python.spec.in1
1 files changed, 1 insertions, 0 deletions
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}