Fix pylint zuul jobs failing due to libvirt-python and pkgconfig

The new version of libvirt-python was released on July 3rd
and may be triggering an issue when installing for pylint jobs.

The fix is to add bindep target for the pkgconfig
and libvirt-devel components.

Change-Id: Ib2c0a953bf8be127aa8d6ce4bd74d7f2f5ceccae
Closes-Bug: #1835457
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
This commit is contained in:
Al Bailey 2019-07-04 14:12:36 -05:00
parent 4e4c503625
commit bea9f54079
2 changed files with 5 additions and 0 deletions

4
bindep.txt Normal file
View File

@ -0,0 +1,4 @@
libvirt-dev [platform:dpkg]
libvirt-devel [platform:redhat]
pkg-config [platform:dpkg]
pkgconfig [platform:redhat]

View File

@ -86,6 +86,7 @@ deps = -r{toxinidir}/test-requirements.txt
-e{[tox]stxdir}/config/sysinv/cgts-client/cgts-client
docutils
keyring===18.0.1
pkgconfig
libvirt-python
oslo_i18n
oslo_log