automation: remove python-dev from unstable-arm64v8.dockerfile

Stefano Stabellini posted 1 patch 2 years, 2 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/alpine.DEB.2.22.394.2201251629430.27308@ubuntu-linux-20-04-desktop
automation: remove python-dev from unstable-arm64v8.dockerfile
Posted by Stefano Stabellini 2 years, 2 months ago
Debian unstable doesn't have the legacy python-dev package anymore.

Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>

diff --git a/automation/build/debian/unstable-arm64v8.dockerfile b/automation/build/debian/unstable-arm64v8.dockerfile
index 4409f596e1..5c73458d9d 100644
--- a/automation/build/debian/unstable-arm64v8.dockerfile
+++ b/automation/build/debian/unstable-arm64v8.dockerfile
@@ -15,7 +15,6 @@ RUN apt-get update && \
         zlib1g-dev \
         libncurses5-dev \
         libssl-dev \
-        python-dev \
         python3-dev \
         xorg-dev \
         uuid-dev \

Re: automation: remove python-dev from unstable-arm64v8.dockerfile
Posted by Andrew Cooper 2 years, 2 months ago
On 26/01/2022 00:31, Stefano Stabellini wrote:
> Debian unstable doesn't have the legacy python-dev package anymore.
>
> Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>

That's fine, but:

$ git grep python-dev -- automation/build/debian/unstable*
automation/build/debian/unstable-arm64v8.dockerfile:18:        python-dev \
automation/build/debian/unstable-i386.dockerfile:20:        python-dev \
automation/build/debian/unstable.dockerfile:18:        python-dev \

All 3 want editing together, even if we don't have a reason to rebuild
the x86 containers yet.

With that done, Acked-by: Andrew Cooper <andrew.cooper3@citrix.com> to
save a trivial repost.