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

2019-10-08 Thread Andrea Bolognani
On Tue, 2019-10-08 at 09:58 +0200, Fabiano FidĂȘncio wrote: > +++ 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 > +

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

2019-10-08 Thread Fabiano FidĂȘncio
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 Reviewed-by: Andrea Bolognani --- guests/vars/mappings.yml | 6 ++ 1 file changed, 6 insertions(+) diff --git a/guests/vars/mappings.yml