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@xxxxxxxxxx> --- 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 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list