]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
automation: remove python2 from opensuse images
authorOlaf Hering <olaf@aepfle.de>
Tue, 2 May 2023 20:05:27 +0000 (20:05 +0000)
committerStefano Stabellini <stefano.stabellini@amd.com>
Mon, 15 May 2023 23:03:52 +0000 (16:03 -0700)
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@aepfle.de>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
automation/build/suse/opensuse-leap.dockerfile
automation/build/suse/opensuse-tumbleweed.dockerfile

index c7973dd6ab63fbc83dc79d49254aa43537c01eea..79de83ac207fa5081e2d2b99efb057e8a0fee0f8 100644 (file)
@@ -58,8 +58,6 @@ RUN zypper install -y --no-recommends \
         'pkgconfig(libpci)' \
         'pkgconfig(sdl)' \
         'pkgconfig(sdl2)' \
-        python \
-        python-devel \
         python3-devel \
         systemd-devel \
         tar \
index 7e5f22acef6a45154b5a32a1469004fb164c7020..abb25c8c84b3f5df821eff5b26be136682c3a079 100644 (file)
@@ -61,7 +61,6 @@ RUN zypper install -y --no-recommends \
         'pkgconfig(libpci)' \
         'pkgconfig(sdl)' \
         'pkgconfig(sdl2)' \
-        python-devel \
         python3-devel \
         systemd-devel \
         tar \