Restrict libvirt-python version not higher than 4.0.x

Change-Id: Iee9403c2c5e7cf71633240bac77eb375633a3101
This commit is contained in:
Dennis Dmitriev 2018-04-25 21:08:41 +03:00
parent b8c6fe45a1
commit e4eaa9a7e2
1 changed files with 1 additions and 1 deletions

View File

@ -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',