Install the python-netaddr package before we use it.
It's used if installed and not used if not installed, which is confusing. So trying to install it should make things a bit less confusing. It's available under the same name in both Fedora and Ubuntu. Change-Id: I6785dd5e831e9cf2da2eae5b116a9f5859c68c6d
This commit is contained in:
parent
1f409a6bbb
commit
bbc54635c8
@ -20,3 +20,4 @@ tcpdump
|
||||
euca2ools # only for testing client
|
||||
tar
|
||||
python-cmd2 # dist:precise
|
||||
python-netaddr
|
||||
|
@ -5,6 +5,7 @@ git-core
|
||||
openssh-server
|
||||
psmisc
|
||||
pylint
|
||||
python-netaddr
|
||||
python-pep8
|
||||
python-pip
|
||||
python-unittest2
|
||||
|
Loading…
Reference in New Issue
Block a user