[baseimage]: install psutil for python3
psutil is needed by process_checker which is using python3 Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
parent
3fa724d216
commit
ad2e18e856
@ -115,7 +115,7 @@ sudo rm -rf $FILESYSTEM_ROOT/$REDIS_DUMP_LOAD_PY2_WHEEL_NAME
|
|||||||
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip2 install ipaddress
|
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip2 install ipaddress
|
||||||
|
|
||||||
# Install Python module for psutil
|
# Install Python module for psutil
|
||||||
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip2 install psutil
|
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install psutil
|
||||||
|
|
||||||
# Install SwSS SDK Python 3 package
|
# Install SwSS SDK Python 3 package
|
||||||
# Note: the scripts will be overwritten by corresponding Python 2 package
|
# Note: the scripts will be overwritten by corresponding Python 2 package
|
||||||
|
Loading…
Reference in New Issue
Block a user