File tree 2 files changed +2
-0
lines changed
platform/broadcom/sonic-platform-modules-cel
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ haliburton/script/fancontrol.sh etc/init.d
4
4
haliburton/script/fancontrol.service lib/systemd/system
5
5
services/fancontrol/fancontrol usr/local/bin
6
6
haliburton/modules/sonic_platform-1.0-py2-none-any.whl usr/share/sonic/device/x86_64-cel_e1031-r0
7
+ haliburton/modules/sonic_platform-1.0-py3-none-any.whl usr/share/sonic/device/x86_64-cel_e1031-r0
7
8
services/platform_api/platform_api_mgnt.sh usr/local/bin
8
9
haliburton/script/popmsg.sh usr/local/bin
9
10
haliburton/script/udev_prefix.sh usr/local/bin
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ install() {
9
9
# Install sonic-platform package
10
10
if [ -e $DEVICE /$PLATFORM /sonic_platform-1.0-py2-none-any.whl ]; then
11
11
pip install $DEVICE /$PLATFORM /sonic_platform-1.0-py2-none-any.whl
12
+ pip3 install $device /$platform /sonic_platform-1.0-py3-none-any.whl
12
13
fi
13
14
}
14
15
You can’t perform that action at this time.
0 commit comments