Skip to content

Commit a5daf6a

Browse files
committed
Update submodule sonic-py-swsssdk, including below commits:
a83366e 2020-06-08 | Upgrade redis library to 3.5.3 (sonic-net#80) [Qi Luo] 800a8a8 2020-06-08 | Add missing dependency (sonic-net#76) [Qi Luo] 132f8d5 2020-05-26 | [MultiDB]: use python class composition to avoid confusion in base class (sonic-net#74) [Dong Zhang]
1 parent e1376e4 commit a5daf6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

files/build_templates/sonic_debian_extension.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip install $CONFIG
104104
sudo rm -rf $FILESYSTEM_ROOT/$CONFIG_ENGINE_WHEEL_NAME
105105

106106
# Install Python client for Redis
107-
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip install "redis==2.10.6"
107+
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip install "redis==3.5.3"
108108

109109
# Install redis-dump-load Python 3 package
110110
# Note: the scripts will be overwritten by corresponding Python 2 package

src/sonic-py-swsssdk

0 commit comments

Comments
 (0)