[libvirt] [jenkins-ci PATCH 11/22] guests, libvirt-dbus: Add python3-pyflakes dependency

Fabiano Fidêncio fidencio at redhat.com
Mon Dec 9 15:20:52 UTC 2019


Seems that for all OSes where run libvirt-dbus tests python3-pyflakes is
pulled together when installing flake8. However, this is not the case
for CentOS 8 and that's the reason for explicitly adding the dependency
here.

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 guests/vars/mappings.yml              | 3 +++
 guests/vars/projects/libvirt-dbus.yml | 1 +
 2 files changed, 4 insertions(+)

diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml
index 722887d..2ee3848 100644
--- a/guests/vars/mappings.yml
+++ b/guests/vars/mappings.yml
@@ -867,6 +867,9 @@ mappings:
   python3-pycodestyle:
     CentOS8: python3-pycodestyle
 
+  python3-pyflakes:
+    CentOS8: python3-pyflakes
+
   python3-pytest:
     default: python3-pytest
     FreeBSD: py36-pytest
diff --git a/guests/vars/projects/libvirt-dbus.yml b/guests/vars/projects/libvirt-dbus.yml
index 9a87e11..b5d3d32 100644
--- a/guests/vars/projects/libvirt-dbus.yml
+++ b/guests/vars/projects/libvirt-dbus.yml
@@ -8,4 +8,5 @@ packages:
   - python3-gi
   - python3-mccabe
   - python3-pycodestyle
+  - python3-pyflakes
   - python3-pytest
-- 
2.23.0




More information about the libvir-list mailing list