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

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


Seems that for all OSes where run libvirt-dbus tests python3-entrypoints
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 f0614a3..79e7acd 100644
--- a/guests/vars/mappings.yml
+++ b/guests/vars/mappings.yml
@@ -830,6 +830,9 @@ mappings:
     CentOS7: python36-devel
     cross-policy-deb: foreign
 
+  python3-entrypoints:
+    CentOS8: python3-entrypoints
+
   python3-gi:
     deb: python3-gi
     pkg: py36-gobject3
diff --git a/guests/vars/projects/libvirt-dbus.yml b/guests/vars/projects/libvirt-dbus.yml
index 481693d..248637b 100644
--- a/guests/vars/projects/libvirt-dbus.yml
+++ b/guests/vars/projects/libvirt-dbus.yml
@@ -4,5 +4,6 @@ packages:
   - flake8
   - glib2
   - python3-dbus
+  - python3-entrypoints
   - python3-gi
   - python3-pytest
-- 
2.23.0




More information about the libvir-list mailing list