From nobody Sat Apr 20 14:34: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=1570633717; cv=none; d=zoho.com; s=zohoarc; b=FFVO076/FrwZ7Y8nIV0zyDPSsaSrz14CxXUZW33PjaZHsIW57PCoiXTfYiVDAygno33J+rO3ln7z//hS6kArHbfsZYVCJd832ZmHuvEiLpCK7Zv3HVuP77v+KahvhDlZlNQYEO+rmMVi5Y5IgeFds4XarfTKCSSUrO1699i8IKM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570633717; 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=qvh1HFEt/oHl0s2BqtNEJaMT/MmZxFOGPIoxkgJt/Nc=; b=aUr1qxUvU5lhafCCYPIJQICevC1e/GD1jGbJ3XfV9hgZjZIztcHgNVSF2PYRTxbTA/iG4oPuAdklF+22GxKkr//Y99Ed81YpqvphrL0VgWa52q0S4Ds/UcIexX6bR5/fKnksgHi1X2rhEGWUeSU0XssYwExcbqYgYmjup0NxOCw= 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 1570633717415302.744073869527; Wed, 9 Oct 2019 08:08:37 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 490DDC0546FE; Wed, 9 Oct 2019 15:08:35 +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 F0D4960C4B; Wed, 9 Oct 2019 15:08:34 +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 5D15E4EE68; Wed, 9 Oct 2019 15:08:32 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x99F8UIp010035 for ; Wed, 9 Oct 2019 11:08:30 -0400 Received: by smtp.corp.redhat.com (Postfix) id D7596194B6; Wed, 9 Oct 2019 15:08:30 +0000 (UTC) Received: from laerte.brq.redhat.com (unknown [10.43.2.64]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1037519C69; Wed, 9 Oct 2019 15:08:29 +0000 (UTC) From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= To: libvir-list@redhat.com Date: Wed, 9 Oct 2019 17:08:26 +0200 Message-Id: <20191009150828.1399597-2-fidencio@redhat.com> In-Reply-To: <20191009150828.1399597-1-fidencio@redhat.com> References: <20191009150828.1399597-1-fidencio@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-loop: libvir-list@redhat.com Cc: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= , abologna@redhat.com Subject: [libvirt] [jenkins-ci PATCH 1/3] guests: Move python3 to the base project 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.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Wed, 09 Oct 2019 15:08:35 +0000 (UTC) As a bunch of projects already directly depend on python3 (libvirt-dbus, libvirt-python, osinfo-db-tools, osinfo-db, virt-manager), and some depend on it indirectly (as libvirt or anything else depending on flake8), let's add python3 to the base project. Signed-off-by: Fabiano Fid=C3=AAncio Reviewed-by: Andrea Bolognani --- guests/vars/projects/base.yml | 1 + guests/vars/projects/libvirt-dbus.yml | 1 - guests/vars/projects/libvirt-python.yml | 1 - guests/vars/projects/osinfo-db-tools.yml | 1 - guests/vars/projects/osinfo-db.yml | 1 - guests/vars/projects/virt-manager.yml | 1 - 6 files changed, 1 insertion(+), 5 deletions(-) diff --git a/guests/vars/projects/base.yml b/guests/vars/projects/base.yml index ec04fdf..23cf14d 100644 --- a/guests/vars/projects/base.yml +++ b/guests/vars/projects/base.yml @@ -26,6 +26,7 @@ packages: - perl - pkg-config - python2-setuptools + - python3 - python3-pip - rpmbuild - screen diff --git a/guests/vars/projects/libvirt-dbus.yml b/guests/vars/projects/l= ibvirt-dbus.yml index ce902cb..481693d 100644 --- a/guests/vars/projects/libvirt-dbus.yml +++ b/guests/vars/projects/libvirt-dbus.yml @@ -3,7 +3,6 @@ packages: - dbus-daemon - flake8 - glib2 - - python3 - python3-dbus - python3-gi - python3-pytest diff --git a/guests/vars/projects/libvirt-python.yml b/guests/vars/projects= /libvirt-python.yml index 774da26..86b5aab 100644 --- a/guests/vars/projects/libvirt-python.yml +++ b/guests/vars/projects/libvirt-python.yml @@ -4,7 +4,6 @@ packages: - python2-devel - python2-lxml - python2-nose - - python3 - python3-devel - python3-lxml - python3-nose diff --git a/guests/vars/projects/osinfo-db-tools.yml b/guests/vars/project= s/osinfo-db-tools.yml index ad38a1f..1ad7944 100644 --- a/guests/vars/projects/osinfo-db-tools.yml +++ b/guests/vars/projects/osinfo-db-tools.yml @@ -6,6 +6,5 @@ packages: - libsoup - libxml2 - libxslt - - python3 - python3-pytest - python3-requests diff --git a/guests/vars/projects/osinfo-db.yml b/guests/vars/projects/osin= fo-db.yml index 56bd77a..71ec3ac 100644 --- a/guests/vars/projects/osinfo-db.yml +++ b/guests/vars/projects/osinfo-db.yml @@ -1,7 +1,6 @@ --- packages: - intltool - - python3 - python3-lxml - python3-pytest - python3-requests diff --git a/guests/vars/projects/virt-manager.yml b/guests/vars/projects/v= irt-manager.yml index 0b7266a..72fa482 100644 --- a/guests/vars/projects/virt-manager.yml +++ b/guests/vars/projects/virt-manager.yml @@ -3,7 +3,6 @@ packages: - gtk-update-icon-cache - intltool - isoinfo - - python3 - python3-gi - python3-libxml2 - python3-requests --=20 2.23.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Sat Apr 20 14:34: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=1570633947; cv=none; d=zoho.com; s=zohoarc; b=N/HFEQaobh2CAdEpsJcFn+DH+CUcltM9oqf2LhBqrVd7Kdtk5th0gWSZOGV/eCAMmMAt8nCgDbkn5rsCzgjq1bHtAasM4JLay29dGZgwF0bLU6F8KhEh805NkqldTCZmpSCaPGXysPFdtJOasMeYmbnYI4SvoM4vD363ewRX9+w= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570633947; 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=gfUfu8NryFqk5/VF/+tn7LfmTKzpEDAbwm/NgKCGdY8=; b=YQnaRcjJaZwAqj3VGOVi6X/nfpU5NftyUHCzpHJdQVRkz7soK0alNdWFm3yjL76h923JQGwEyr0poZ43oK/z2I0A0cduRfBuEzD5j9ObLavbd1q3GpDBeHEcjxG3wgyZIf9KTtM1JbvijLQo/o/+OSSCokDdKWW3gT2XhPH5C9o= 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 1570633947757633.8789843556216; Wed, 9 Oct 2019 08:12:27 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7686B3018ED0; Wed, 9 Oct 2019 15:12:25 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 29D7B60920; Wed, 9 Oct 2019 15:12:25 +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 C1238180B536; Wed, 9 Oct 2019 15:12:24 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x99F8WSb010045 for ; Wed, 9 Oct 2019 11:08:32 -0400 Received: by smtp.corp.redhat.com (Postfix) id 048A1194B6; Wed, 9 Oct 2019 15:08:32 +0000 (UTC) Received: from laerte.brq.redhat.com (unknown [10.43.2.64]) by smtp.corp.redhat.com (Postfix) with ESMTP id 31AA719C69; Wed, 9 Oct 2019 15:08:31 +0000 (UTC) From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= To: libvir-list@redhat.com Date: Wed, 9 Oct 2019 17:08:27 +0200 Message-Id: <20191009150828.1399597-3-fidencio@redhat.com> In-Reply-To: <20191009150828.1399597-1-fidencio@redhat.com> References: <20191009150828.1399597-1-fidencio@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-loop: libvir-list@redhat.com Cc: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= , abologna@redhat.com Subject: [libvirt] [jenkins-ci PATCH 2/3] mappings: Add python3-setuptools 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.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.46]); Wed, 09 Oct 2019 15:12:26 +0000 (UTC) python3-setuptools is an ansible pip module dependency, which is not automatically pulled in. Signed-off-by: Fabiano Fid=C3=AAncio Reviewed-by: Andrea Bolognani --- guests/vars/mappings.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml index ba0f1cf..02bf8fd 100644 --- a/guests/vars/mappings.yml +++ b/guests/vars/mappings.yml @@ -872,6 +872,10 @@ mappings: FreeBSD: py36-requests CentOS7: python36-requests =20 + python3-setuptools: + default: python3-setuptools + FreeBSD: py36-setuptools + qemu-img: default: qemu-utils rpm: qemu-img --=20 2.23.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Sat Apr 20 14:34: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=1570633952; cv=none; d=zoho.com; s=zohoarc; b=FshjhxK9IQzI+xDEfE2I51sDG1SNUGBgudDB6iEcko9YRm6JIUskojY96XAGCukBP5fxvoIo9WkN6CoMMzE6SvbTlNhAQQYZn+DWQ9GmjNhFmiongp39t6GxIpGKp2n3xmbo5lYzA4qNKSpRdYl+MOqDU2DcAPk37VXpL9BQnV4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570633952; 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=rPHIixhOMAr36s+PcFDKNmhqqWYc4XmCjEKCijj+qgM=; b=DR0E/Ovj87T0pKVudxiQ8t9d3HbaOIdkintN40Y3UJZZOkyjrkxBGZKWjQtnimy5UXlBAnKZFGBcC77LbjcsOCu3G0XufqD22r6J+IW4aRtcwVOx1hT+WtLMV2BoBzSDNyKMdVK+oCMV2/03d3u3ghooJCFwiV70Y5EgM/K/jwU= 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 1570633952780152.16017111767258; Wed, 9 Oct 2019 08:12:32 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D0C508763B; Wed, 9 Oct 2019 15:12:30 +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 AA2515D9D6; Wed, 9 Oct 2019 15:12:30 +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 58EC04EE68; Wed, 9 Oct 2019 15:12:30 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x99F8XM9010055 for ; Wed, 9 Oct 2019 11:08:33 -0400 Received: by smtp.corp.redhat.com (Postfix) id 25C0C194B6; Wed, 9 Oct 2019 15:08:33 +0000 (UTC) Received: from laerte.brq.redhat.com (unknown [10.43.2.64]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5256A19C69; Wed, 9 Oct 2019 15:08:32 +0000 (UTC) From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= To: libvir-list@redhat.com Date: Wed, 9 Oct 2019 17:08:28 +0200 Message-Id: <20191009150828.1399597-4-fidencio@redhat.com> In-Reply-To: <20191009150828.1399597-1-fidencio@redhat.com> References: <20191009150828.1399597-1-fidencio@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-loop: libvir-list@redhat.com Cc: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= , abologna@redhat.com Subject: [libvirt] [jenkins-ci PATCH 3/3] guests: Add python3-setuptools to the base project 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.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Wed, 09 Oct 2019 15:12:31 +0000 (UTC) python3-setuptools is an ansible pip module dependency, which is not automatically pulled in. Signed-off-by: Fabiano Fid=C3=AAncio Reviewed-by: Andrea Bolognani --- guests/vars/projects/base.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/guests/vars/projects/base.yml b/guests/vars/projects/base.yml index 23cf14d..275211c 100644 --- a/guests/vars/projects/base.yml +++ b/guests/vars/projects/base.yml @@ -28,6 +28,7 @@ packages: - python2-setuptools - python3 - python3-pip + - python3-setuptools - rpmbuild - screen - strace --=20 2.23.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list