[libvirt] [PATCH 3/4] mingw: Use Python 3 for building

Andrea Bolognani abologna at redhat.com
Tue Mar 20 10:53:54 UTC 2018


While RHEL / CentOS are still using Python 2 for the time being,
Fedora has already switched to Python 3 as the default Python
interpreter a while ago, so on that OS it doesn't make sense to
drag in Python 2 anymore.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 mingw-libvirt.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mingw-libvirt.spec.in b/mingw-libvirt.spec.in
index 8f3f26d2d9..917d2143d8 100644
--- a/mingw-libvirt.spec.in
+++ b/mingw-libvirt.spec.in
@@ -72,7 +72,7 @@ BuildRequires:  pkgconfig
 # Need native version for msgfmt
 BuildRequires:  gettext
 BuildRequires:  libxslt
-BuildRequires:  python2
+BuildRequires:  python3
 %if 0%{?fedora} >= 27
 BuildRequires:  perl-interpreter
 %else
-- 
2.14.3




More information about the libvir-list mailing list