[libvirt] [PATCH] libvirt.spec.in: BuildRequires: python-devel

Michal Privoznik mprivozn at redhat.com
Mon Dec 1 16:21:04 UTC 2014


As of f48ab7d8 we are trying to use python-devel to check python's
version (or at least gnulib is doing that). However, the specfile
doesn't say anything about it and therefore bootstrapping may fail
on a minimal installation on rawhide.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
 libvirt.spec.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index 0959483..083612c 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -424,6 +424,7 @@ BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: libtool
 BuildRequires: /usr/bin/pod2man
+BuildRequires: python-devel
 %endif
 BuildRequires: git
 BuildRequires: perl
-- 
2.0.4




More information about the libvir-list mailing list