Skip to content

Commit

Permalink
[build] Install Python 3 scapy version 2.4.4 in host OS (#6799)
Browse files Browse the repository at this point in the history
As we are currently in the process of removing Python 2 from SONiC, to ensure a seamless transition to Python 3.
  • Loading branch information
jleveque authored and yxieca committed Feb 23, 2021
1 parent b2d0cd0 commit 246c00d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,9 @@ sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'wheel
# docker Python API package is needed by Ansible docker module as well as some SONiC applications
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'docker==4.3.1'

# Install scapy
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install 'scapy==2.4.4'

## Note: keep pip installed for maintainance purpose

# Install GCC, needed for building/installing some Python packages
Expand Down

0 comments on commit 246c00d

Please sign in to comment.