[libvirt] [jenkins-ci PATCH 11/17] mappings: Add python3-pip

Fabiano Fidêncio fidencio at redhat.com
Tue Oct 1 14:28:27 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>
---
 guests/vars/mappings.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml
index 10d0cb2..d6fc540 100644
--- a/guests/vars/mappings.yml
+++ b/guests/vars/mappings.yml
@@ -787,6 +787,11 @@ mappings:
     rpm: perl-generators
     CentOS7:
 
+  pip:
+    CentOS7: python3-pip
+    Debian9: python3-pip
+    Ubuntu: python3-pip
+
   pkg-config:
     default: pkgconf
     rpm: pkgconfig
-- 
2.23.0




More information about the libvir-list mailing list