On Fri, Nov 22, 2013 at 12:08:46PM -0700, Eric Blake wrote: > > > > FYI I ran 'autobuild.sh' to validate the full RPM builds here. > > > > All right, looks like we're nearly ready to pull the trigger then :) So here's what I propose changing vs my patch diff --git a/configure.ac b/configure.ac index 044cf37..a021fcf 100644 --- a/configure.ac +++ b/configure.ac @@ -2012,7 +2012,8 @@ fi AM_CONDITIONAL([WITH_HYPERV], [test "$with_hyperv" = "yes"]) -dnl Allow perl overrides +dnl Allow perl/python overrides +AC_PATH_PROG([PYTHON], [python]) AC_PATH_PROG([PERL], [perl]) AC_ARG_ENABLE([with-test-suite], diff --git a/libvirt.spec.in b/libvirt.spec.in index 5bc53a0..0c33608 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -424,6 +424,7 @@ BuildRequires: gettext-devel BuildRequires: libtool BuildRequires: /usr/bin/pod2man %endif +BuildRequires: python %if %{with_systemd} BuildRequires: systemd-units %endif Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :| -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list