Remove install of obsolete ipaddr (#516)

* Support negative-valued action parameters
by converting them in the Python helper code into a positive value
whose bit pattern is the 2's complement representation of the negative
value.

* Python ipaddr package is superseded by ipaddress
This commit is contained in:
Andy Fingerhut
2023-06-24 12:05:33 -04:00
committed by GitHub
parent fc8e21a67a
commit 30d6b4599d
2 changed files with 1 additions and 11 deletions

View File

@@ -42,4 +42,4 @@ apt-get install -qq -y --no-install-recommends --fix-missing\
p4lang-bmv2 \
p4lang-pi
sudo pip3 install -U scapy ipaddr ptf psutil grpcio
sudo pip3 install -U scapy ptf psutil grpcio