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

Fabiano Fidêncio posted 17 patches 6 years, 4 months ago
There is a newer version of this series
[libvirt] [jenkins-ci PATCH 11/17] mappings: Add python3-pip
Posted by Fabiano Fidêncio 6 years, 4 months ago
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@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [jenkins-ci PATCH 11/17] mappings: Add python3-pip
Posted by Andrea Bolognani 6 years, 4 months ago
On Tue, 2019-10-01 at 16:28 +0200, Fabiano Fidêncio wrote:
> +++ b/guests/vars/mappings.yml
> +  pip:
> +    CentOS7: python3-pip
> +    Debian9: python3-pip
> +    Ubuntu: python3-pip

Let's call the mapping 'python3-pip' to avoid any possible confusion.

I'd also list Ubuntu16 and Ubuntu18 separately, with the expectation
that Ubuntu 20.04 will include a suitable version of Meson and thus
will not need to install it from pip.

With the above changed,

  Reviewed-by: Andrea Bolognani <abologna@redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list