Fix #838. Freeze version of scapy package. (#839)

This commit is contained in:
Martin Turon
2016-10-18 12:17:45 -07:00
committed by Jonathan Hui
parent be73d98e0b
commit 85aec8add0
+2 -2
View File
@@ -47,10 +47,10 @@ cd /tmp || die
# Packages used by ncp tools.
sudo -H pip install ipaddress || die
sudo -H pip install scapy || die
sudo -H pip install scapy==2.3.2 || die
sudo -H pip install pyserial || die
pip install ipaddress || die
pip install scapy || die
pip install scapy==2.3.2 || die
pip install pyserial || die
[ $BUILD_TARGET != pretty-check ] || {