[libvirt] [PATCH libvirt-python v3 39/40] Relax min required libvirt to version 0.9.11

Daniel P. Berrange berrange at redhat.com
Fri Nov 22 16:23:03 UTC 2013


From: "Daniel P. Berrange" <berrange at redhat.com>

Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index bf32e2a..17b4722 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ import os.path
 import re
 import time
 
-MIN_LIBVIRT = "0.10.2"
+MIN_LIBVIRT = "0.9.11"
 MIN_LIBVIRT_LXC = "1.0.2"
 
 # Hack to stop 'pip install' failing with error
-- 
1.8.3.1




More information about the libvir-list mailing list