From b50580e891264130338a79cf3ef6217807f172cd Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 21 Nov 2013 16:50:10 +0000 Subject: Relax min required libvirt to version 0.9.11 Signed-off-by: Daniel P. Berrange --- 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 -- cgit