mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 20:26:16 +02:00
Fix missing depencencies for fabric.p4 tutorial
Change-Id: Ie8758c1e8ceee78fcb41984b06b6e216c82177d8
This commit is contained in:
parent
5c9f51b715
commit
87dc82e42e
@ -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 {
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user