From 6bb6e81e64d7a204c6066eb1f41c8b1f594413dd Mon Sep 17 00:00:00 2001 From: Vladimir Khlyunev Date: Wed, 7 Mar 2018 12:21:21 +0400 Subject: [PATCH] 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6279737f..c2635e4a 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup( 'psycopg2>=2.5', 'south', 'PyYAML>=3.1.0', - 'libvirt-python', + 'libvirt-python!=4.1.0', 'tabulate', 'six>=1.9.0', ],