From 5f524e2ec6f58f2278a29a1e3844b8016a53c2c9 Mon Sep 17 00:00:00 2001 From: Qi Luo Date: Sun, 9 Jan 2022 18:24:07 -0800 Subject: [PATCH] Revert "[sonic-slave]: Fix redis version during pip3 install (#9317)" (#9704) Reverts Azure/sonic-buildimage#9317 Since upstream fixed the issue https://github.com/redis/redis-py/pull/1726 We can continue use latest version on master branch. Fixes https://github.com/Azure/sonic-buildimage/issues/9318 --- sonic-slave-bullseye/Dockerfile.j2 | 2 +- sonic-slave-buster/Dockerfile.j2 | 2 +- sonic-slave-stretch/Dockerfile.j2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sonic-slave-bullseye/Dockerfile.j2 b/sonic-slave-bullseye/Dockerfile.j2 index c35cb19715..b5b4b2f339 100644 --- a/sonic-slave-bullseye/Dockerfile.j2 +++ b/sonic-slave-bullseye/Dockerfile.j2 @@ -447,7 +447,7 @@ RUN pip3 install "PyYAML==5.4.1" RUN pip3 install "lxml==4.6.2" # For sonic-platform-common testing -RUN pip3 install redis==3.5.3 +RUN pip3 install redis # For vs image build RUN pip3 install pexpect==4.8.0 diff --git a/sonic-slave-buster/Dockerfile.j2 b/sonic-slave-buster/Dockerfile.j2 index 4987c143f5..44f7410df4 100644 --- a/sonic-slave-buster/Dockerfile.j2 +++ b/sonic-slave-buster/Dockerfile.j2 @@ -466,7 +466,7 @@ RUN pip2 install "lxml==4.6.5" RUN pip3 install "lxml==4.6.5" # For sonic-platform-common testing -RUN pip3 install redis==3.5.3 +RUN pip3 install redis # For vs image build RUN pip2 install pexpect==4.6.0 diff --git a/sonic-slave-stretch/Dockerfile.j2 b/sonic-slave-stretch/Dockerfile.j2 index 6d5009b313..93c6d21d41 100644 --- a/sonic-slave-stretch/Dockerfile.j2 +++ b/sonic-slave-stretch/Dockerfile.j2 @@ -371,7 +371,7 @@ RUN pip3 install "lxml==4.6.5" # For sonic-platform-common testing -RUN pip3 install redis==3.5.3 +RUN pip3 install redis # For vs image build RUN pip2 install pexpect==4.6.0