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:21:44 +0000
commit6900340b151d3a265ca5b89345fc07e6531ae62b (patch)
treec8cf444727dd2bb6a47012ffede4f58144ff51ed
parentb417c893b3f986ea6b539cf74a1c7fc9301620f9 (diff)
downloadlibvirt-python-v7-6900340b151d3a265ca5b89345fc07e6531ae62b.tar.gz
libvirt-python-v7-6900340b151d3a265ca5b89345fc07e6531ae62b.tar.xz
libvirt-python-v7-6900340b151d3a265ca5b89345fc07e6531ae62b.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