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 2de2a92e7e
commit 6bb6e81e64
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ setup(
'psycopg2>=2.5', 'psycopg2>=2.5',
'south', 'south',
'PyYAML>=3.1.0', 'PyYAML>=3.1.0',
'libvirt-python', 'libvirt-python!=4.1.0',
'tabulate', 'tabulate',
'six>=1.9.0', 'six>=1.9.0',
], ],