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:
parent
4e4c503625
commit
bea9f54079
4
bindep.txt
Normal file
4
bindep.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
libvirt-dev [platform:dpkg]
|
||||||
|
libvirt-devel [platform:redhat]
|
||||||
|
pkg-config [platform:dpkg]
|
||||||
|
pkgconfig [platform:redhat]
|
1
tox.ini
1
tox.ini
@ -86,6 +86,7 @@ deps = -r{toxinidir}/test-requirements.txt
|
|||||||
-e{[tox]stxdir}/config/sysinv/cgts-client/cgts-client
|
-e{[tox]stxdir}/config/sysinv/cgts-client/cgts-client
|
||||||
docutils
|
docutils
|
||||||
keyring===18.0.1
|
keyring===18.0.1
|
||||||
|
pkgconfig
|
||||||
libvirt-python
|
libvirt-python
|
||||||
oslo_i18n
|
oslo_i18n
|
||||||
oslo_log
|
oslo_log
|
||||||
|
Loading…
Reference in New Issue
Block a user