From 008d36a0a93ff0c9534b310606081e583cd3323e Mon Sep 17 00:00:00 2001 From: vanzhiganov Date: Wed, 12 Oct 2016 02:39:20 +0300 Subject: [PATCH] fix requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c430a39..c564f53 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,6 @@ setup( install_requires=[ 'requests', 'netaddr==0.7.18', - 'libvirt-python==2.2.0', + 'libvirt-python>=1.3.1', ], )