[libvirt] [jenkins-ci PATCH 2/3] mappings: Add python3-setuptools

Fabiano Fidêncio fidencio at redhat.com
Wed Oct 9 15:08:27 UTC 2019


python3-setuptools is an ansible pip module dependency, which is not
automatically pulled in.

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

diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml
index ba0f1cf..02bf8fd 100644
--- a/guests/vars/mappings.yml
+++ b/guests/vars/mappings.yml
@@ -872,6 +872,10 @@ mappings:
     FreeBSD: py36-requests
     CentOS7: python36-requests
 
+  python3-setuptools:
+    default: python3-setuptools
+    FreeBSD: py36-setuptools
+
   qemu-img:
     default: qemu-utils
     rpm: qemu-img
-- 
2.23.0




More information about the libvir-list mailing list