Message ID | alpine.DEB.2.22.394.2201251629430.27308@ubuntu-linux-20-04-desktop (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | automation: remove python-dev from unstable-arm64v8.dockerfile | expand |
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.
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 \
Debian unstable doesn't have the legacy python-dev package anymore. Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>