From f240859c6168df4a6ec9d244f9630612ffff7d83 Mon Sep 17 00:00:00 2001 From: Joe LeVeque Date: Sun, 28 Feb 2021 23:59:48 -0800 Subject: [PATCH] [build] No longer install scpay Debian package in host (#6919) As of the merging of PR #6799, we are now installing a newer version of scapy via pip, therefore there is no longer a need to install the older Debian package. --- build_debian.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build_debian.sh b/build_debian.sh index 61252adabe..3559560b1e 100755 --- a/build_debian.sh +++ b/build_debian.sh @@ -300,7 +300,6 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in ethtool \ screen \ hping3 \ - python-scapy \ tcptraceroute \ mtr-tiny \ locales \