From nobody Tue Nov 26 17:19:16 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1570567729; cv=none; d=zoho.com; s=zohoarc; b=RuDgNwLRmLSu8kKn2CnaAL8XeaquQE9AT0ZoYyARcti1rYp0OdcWCZ6bUr/Oy2ec4wOHlI0zPTHiD1WQZRrPUPIMDcnG65E9nifQD/vKPZKN7jwcvQkTyAWvwiwoxn+zY+fNFT/2+4RsleInesmwvCOyoROcfLb+T4hvWCgBSvw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570567729; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=YYD49KMlb2h1PLUEc8lTKrZeE+KBlK4TGMfAbvc49LE=; b=OZ/NHUnxVVUiRdhvN9VHHP6HejYLC8ZGrqjBh0I/wxsbRqctOTlWAxg6VR0E6eBpq1drcr8stsc7fi/qVBaDAA1hYUSTK5IWl+8lfUeMoT/6C3UGU80R24GOOnr8eNSPdGMLNG3Cl2DAJzk6YyNf/zsPQ3x9flTW54FT35ioAgQ= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1570567729690148.40221878223406; Tue, 8 Oct 2019 13:48:49 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BA77C87F03; Tue, 8 Oct 2019 20:48:47 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 938E03DE2; Tue, 8 Oct 2019 20:48:47 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 5AC0C4EE70; Tue, 8 Oct 2019 20:48:47 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x98KmZX6024092 for ; Tue, 8 Oct 2019 16:48:35 -0400 Received: by smtp.corp.redhat.com (Postfix) id A14555D772; Tue, 8 Oct 2019 20:48:35 +0000 (UTC) Received: from laerte.brq.redhat.com (unknown [10.43.2.64]) by smtp.corp.redhat.com (Postfix) with ESMTP id D0ABA5B69A; Tue, 8 Oct 2019 20:48:34 +0000 (UTC) From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= To: libvir-list@redhat.com Date: Tue, 8 Oct 2019 22:48:16 +0200 Message-Id: <20191008204824.1323758-5-fidencio@redhat.com> In-Reply-To: <20191008204824.1323758-1-fidencio@redhat.com> References: <20191008204824.1323758-1-fidencio@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-loop: libvir-list@redhat.com Cc: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= , abologna@redhat.com Subject: [libvirt] [jenkins-ci PATCH v3 04/12] mappings: Add python3-pip X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.71]); Tue, 08 Oct 2019 20:48:48 +0000 (UTC) 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=C3=AAncio Reviewed-by: Andrea Bolognani --- guests/vars/mappings.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml index f69937a..524cff2 100644 --- a/guests/vars/mappings.yml +++ b/guests/vars/mappings.yml @@ -856,6 +856,12 @@ mappings: FreeBSD: py36-nose CentOS7: python36-nose =20 + python3-pip: + CentOS7: python3-pip + Debian9: python3-pip + Ubuntu16: python3-pip + Ubuntu18: python3-pip + python3-pytest: default: python3-pytest FreeBSD: py36-pytest --=20 2.23.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list