From bea9f540793671e8865695eec2f2c4e24c1688b2 Mon Sep 17 00:00:00 2001 From: Al Bailey Date: Thu, 4 Jul 2019 14:12:36 -0500 Subject: [PATCH] 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 --- bindep.txt | 4 ++++ tox.ini | 1 + 2 files changed, 5 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 000000000..67fa4991a --- /dev/null +++ b/bindep.txt @@ -0,0 +1,4 @@ +libvirt-dev [platform:dpkg] +libvirt-devel [platform:redhat] +pkg-config [platform:dpkg] +pkgconfig [platform:redhat] diff --git a/tox.ini b/tox.ini index 9d6dffeb7..87600d3e2 100644 --- a/tox.ini +++ b/tox.ini @@ -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