[libvirt] [jenkins-ci PATCH v2 03/12] mappings: Add python3-pip

Fabiano Fidêncio fidencio at redhat.com
Tue Oct 8 07:58:38 UTC 2019


pip will be used to install meson on OSes which do not have support to
the minimum required version of the project.

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

diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml
index 8640d15..ec9e771 100644
--- a/guests/vars/mappings.yml
+++ b/guests/vars/mappings.yml
@@ -790,6 +790,12 @@ mappings:
   python2-setuptools:
     CentOS7: python2-setuptools
 
+  python3-pip:
+    CentOS7: python3-pip
+    Debian9: python3-pip
+    Ubuntu16: python3-pip
+    Ubuntu18: python3-pip
+
   pkg-config:
     default: pkgconf
     rpm: pkgconfig
-- 
2.23.0




More information about the libvir-list mailing list