From 91a49e2e2874933f0b4c77961e33353a1241eed8 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 20 Dec 2014 09:56:37 +0100 Subject: [PATCH] turning off libvirt-python & python3 --- libvirt-python.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libvirt-python.spec b/libvirt-python.spec index 319eda0..806be58 100644 --- a/libvirt-python.spec +++ b/libvirt-python.spec @@ -7,7 +7,9 @@ # Disable python 3 bindings %define with_python3 0 %if 0%{?fedora} > 18 -%define with_python3 1 +# turning this off as we do not need it in PL for now +#%define with_python3 1 +%define with_python3 0 %endif Summary: The libvirt virtualization API python2 binding -- 2.43.0