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
This commit is contained in:
Emma Foley 2018-03-14 17:38:34 +00:00
parent 93fcc3be3e
commit 7f1134a1cb
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
# process, which may cause wedges in the gate later.
requests
libvirt-python
pbr>=1.6
Babel>=1.3
future