From 7f1134a1cb26ed29518fad36cb0dd870a7d40004 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Wed, 14 Mar 2018 17:38:34 +0000 Subject: [PATCH] remove libvirt from requirements.txt The libvirt installation via pip was failing, so this fixes the gate change too. libvirt-python is installed via the system package manager during deployment. It does not need to be reinstalled via pip. Change-Id: I9d25ef6c892b10d56c05279bd0d0633c9e38ac4f --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d45d3d3..8fd9178 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ # process, which may cause wedges in the gate later. requests -libvirt-python pbr>=1.6 Babel>=1.3 future