[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v1] automation: remove python2 from opensuse images


  • To: xen-devel@xxxxxxxxxxxxxxxxxxxx
  • From: Olaf Hering <olaf@xxxxxxxxx>
  • Date: Tue, 2 May 2023 20:05:27 +0000
  • Arc-authentication-results: i=1; strato.com; arc=none; dkim=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; t=1683057929; s=strato-dkim-0002; d=strato.com; h=Message-Id:Date:Subject:Cc:To:From:Cc:Date:From:Subject:Sender; bh=Jcpwk8O1aNbRAScb4kL6cbWNb5fNbiHkZRl03EzEa2Y=; b=R9NQNLPDlwFbs06f7FnhVtVR0BGo0RnuNjeRbXLoxYMyQa12noGM2g2p+s73wzLRH+ Bszkph2/uBTNc/wnIusfmGYuD7cOVSg+S8jA18RNFLXdzYrfdQkESBKlVTW5kYL/BaGS Z340NeHgAqYK6R63zabC4PXJknQyJ8iGQKJoWyqaqE/1JPiN8Rr0EbIxQqTbBe3r+BLr IDTjw0BWl2SShIWDgLOhn7Jk4ehL7OEXOHY8AYbUc2H0KeKjVP/KSv+sLvJDHgUDrdq1 J2y8hW2qI1/nyRs3NhPq05RVajCCFZ3xnI2fc/qvJydIQzLb3SwXQ/81uoJDUayR20rx hPvQ==
  • Arc-seal: i=1; a=rsa-sha256; t=1683057929; cv=none; d=strato.com; s=strato-dkim-0002; b=cG8KjmyrRrTYB5GwSRIc8LwpK66j62bJNlj/2huPJn8NfiXUGLJafuQMCWyQry7VpL jsiu4rKFyCiqsQhvULmKEPR2drVTwIlcbcfRqc8uJjiWrHxKkLy+iPfyRcUz6pGKoK6x LctszF9rh0ZTALpbHTLgLoN52mjhartSdrK+bZKpVVvkxeKzO8eUt25tXc3CVuMKg832 WSmu26Xq+fzWNI04vHMr1jOj7IgOmDqSrrXbeCDojL5K+nw1Ac0Wijjxy4kJvElFaPSh XedWXrpuA/lazArBvSlvfkfxLFY1W5oeVw4rBp7FxLJUQ6mr1p+4AsQav0qv/sfNQzbO LTPg==
  • Cc: Doug Goldstein <cardoe@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
  • Delivery-date: Tue, 02 May 2023 20:05:48 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

The upcoming Leap 15.5 will come without a binary named 'python'.
Prepare the suse images for that change.

Starting with Xen 4.14 python3 can be used for build.

Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
---
 automation/build/suse/opensuse-leap.dockerfile       | 2 --
 automation/build/suse/opensuse-tumbleweed.dockerfile | 1 -
 2 files changed, 3 deletions(-)

diff --git a/automation/build/suse/opensuse-leap.dockerfile 
b/automation/build/suse/opensuse-leap.dockerfile
index c7973dd6ab..79de83ac20 100644
--- a/automation/build/suse/opensuse-leap.dockerfile
+++ b/automation/build/suse/opensuse-leap.dockerfile
@@ -58,8 +58,6 @@ RUN zypper install -y --no-recommends \
         'pkgconfig(libpci)' \
         'pkgconfig(sdl)' \
         'pkgconfig(sdl2)' \
-        python \
-        python-devel \
         python3-devel \
         systemd-devel \
         tar \
diff --git a/automation/build/suse/opensuse-tumbleweed.dockerfile 
b/automation/build/suse/opensuse-tumbleweed.dockerfile
index 7e5f22acef..abb25c8c84 100644
--- a/automation/build/suse/opensuse-tumbleweed.dockerfile
+++ b/automation/build/suse/opensuse-tumbleweed.dockerfile
@@ -61,7 +61,6 @@ RUN zypper install -y --no-recommends \
         'pkgconfig(libpci)' \
         'pkgconfig(sdl)' \
         'pkgconfig(sdl2)' \
-        python-devel \
         python3-devel \
         systemd-devel \
         tar \



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.