Fix missing depencencies for fabric.p4 tutorial

Change-Id: Ie8758c1e8ceee78fcb41984b06b6e216c82177d8
This commit is contained in:
Charles Chan 2018-08-05 16:27:10 -07:00 committed by Carmelo Cascone
parent 5c9f51b715
commit 87dc82e42e
2 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,7 @@ function do_requirements {
wget \
unzip
sudo -H pip install setuptools cffi ipaddr pypcap
sudo -H pip install setuptools cffi ipaddr ipaddress pypcap
}
function do_requirements_1404 {

View File

@ -44,6 +44,7 @@ apt-get -y --no-install-recommends install \
vlan \
ntp \
vim nano emacs \
arping \
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py