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:
David Ripton 2012-10-08 15:36:22 -04:00
parent 1f409a6bbb
commit bbc54635c8
2 changed files with 2 additions and 0 deletions

View File

@ -20,3 +20,4 @@ tcpdump
euca2ools # only for testing client
tar
python-cmd2 # dist:precise
python-netaddr

View File

@ -5,6 +5,7 @@ git-core
openssh-server
psmisc
pylint
python-netaddr
python-pep8
python-pip
python-unittest2