Skip to content

Commit

Permalink
Update scapy from 2.4.5 to 2.5.0
Browse files Browse the repository at this point in the history
Required for more recent versions of Python3

Signed-off-by: Antonin Bas <antonin.bas@gmail.com>
  • Loading branch information
antoninbas committed Nov 10, 2023
1 parent 32b026b commit d238243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install_fedora_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sudo dnf install -y -q \
valgrind \
zlib-devel

sudo pip3 install ply ptf scapy==2.4.5 wheel
sudo pip3 install ply ptf scapy==2.5.0 wheel

# Install dependencies for the BMv2 PTF runner and P4Runtime.
sudo pip3 install --upgrade protobuf==3.20.3
Expand Down

0 comments on commit d238243

Please sign in to comment.