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 15:59:39 +0000
commit45eb6b995c6e787359d6525175d364bc208f42e7 (patch)
tree64989559199579e2baec2040c787651610a4f35c
parentb8de31ae0c7f8fd5dd9a17fb261fe4d18773207e (diff)
downloadlibvirt-python-v9-45eb6b995c6e787359d6525175d364bc208f42e7.tar.gz
libvirt-python-v9-45eb6b995c6e787359d6525175d364bc208f42e7.tar.xz
libvirt-python-v9-45eb6b995c6e787359d6525175d364bc208f42e7.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