From e4eaa9a7e232365e52c26edacbc8a1c623dc79cd Mon Sep 17 00:00:00 2001 From: Dennis Dmitriev Date: Wed, 25 Apr 2018 21:08:41 +0300 Subject: [PATCH] Restrict libvirt-python version not higher than 4.0.x Change-Id: Iee9403c2c5e7cf71633240bac77eb375633a3101 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8288cee0..08276718 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ setuptools.setup( 'Django>=1.8,<1.9', 'jsonfield', 'PyYAML>=3.1.0', - 'libvirt-python!=4.1.0', + 'libvirt-python>=3.5.0,<4.1.0', 'tabulate', 'six>=1.9.0', 'python-dateutil>=2.4.2',