From 07872d34d08b4712712fad77734a622e2cee24d5 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Mon, 27 Oct 2025 10:39:51 +0100 Subject: [PATCH] horizon: unpin pip and setuptools Since Venus is removed - that is not needed anymore Change-Id: I444304139dfbe451b5449a181de1129f073b7535 Signed-off-by: Michal Nasiadka --- docker/horizon/Dockerfile.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/horizon/Dockerfile.j2 b/docker/horizon/Dockerfile.j2 index d28565aa01..f2cb0b4336 100644 --- a/docker/horizon/Dockerfile.j2 +++ b/docker/horizon/Dockerfile.j2 @@ -51,7 +51,6 @@ COPY extend_start.sh /usr/local/bin/kolla_extend_start # know to which path symlink should point to. # NOTE(mnasiadka): pinning setuptools due to https://bugs.launchpad.net/horizon/+bug/2007574 RUN ln -s horizon-source/* horizon \ - && {{ macros.install_pip(['setuptools==67.2.*','pip==25.2.*']) }} \ && {{ macros.upper_constraints_remove("horizon") }} \ && {{ macros.install_pip(horizon_pip_packages | customizable("pip_packages")) }} \ && mkdir -p /etc/openstack-dashboard \