Skip to content

Commit b2ce1bf

Browse files
authored
Merge pull request #48 from tigerfu000/202311.0_fixBuildFail
[Build] Fix build fail due to python module 'request' error: 'Not supported URL scheme http+docker'
2 parents 0727c3d + c5c21a3 commit b2ce1bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_debian.sh

+1
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'setup
548548
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'wheel==0.35.1'
549549

550550
# docker Python API package is needed by Ansible docker module as well as some SONiC applications
551+
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'requests<2.32.0'
551552
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'docker==6.1.1'
552553

553554
# Install scapy

0 commit comments

Comments
 (0)