Restrict libvirt-python 4.1.0

This version contains bug that prevents its installation
https://bugs.launchpad.net/openstack-requirements/+bug/1753539

Change-Id: I8d0fd2bac7217192362215c0cc33b9be673911a7
This commit is contained in:
Vladimir Khlyunev 2018-03-07 12:21:21 +04:00
parent cce44f4784
commit b8c6fe45a1
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',
'libvirt-python!=4.1.0',
'tabulate',
'six>=1.9.0',
'python-dateutil>=2.4.2',