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
This commit is contained in:
Qi Luo 2022-01-09 18:24:07 -08:00 коммит произвёл GitHub
Родитель f0067d5eef
Коммит 5f524e2ec6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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