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
|
euca2ools # only for testing client
|
||||||
tar
|
tar
|
||||||
python-cmd2 # dist:precise
|
python-cmd2 # dist:precise
|
||||||
|
python-netaddr
|
||||||
|
@ -5,6 +5,7 @@ git-core
|
|||||||
openssh-server
|
openssh-server
|
||||||
psmisc
|
psmisc
|
||||||
pylint
|
pylint
|
||||||
|
python-netaddr
|
||||||
python-pep8
|
python-pep8
|
||||||
python-pip
|
python-pip
|
||||||
python-unittest2
|
python-unittest2
|
||||||
|
Loading…
Reference in New Issue
Block a user