summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2013-11-21 16:50:10 +0000
committerDaniel P. Berrange <berrange@redhat.com>2013-11-22 14:45:48 +0000
commitb50580e891264130338a79cf3ef6217807f172cd (patch)
tree3d55e249ab38eed95c80e85be4f742419a8a282e
parentc133a2432d316755289c489accf5be7fa5d8e3aa (diff)
downloadlibvirt-python-v8-b50580e891264130338a79cf3ef6217807f172cd.tar.gz
libvirt-python-v8-b50580e891264130338a79cf3ef6217807f172cd.tar.xz
libvirt-python-v8-b50580e891264130338a79cf3ef6217807f172cd.zip
Relax min required libvirt to version 0.9.11
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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