Browse code

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

David Ripton authored on 2012/10/09 04:36:22
Showing 2 changed files
... ...
@@ -20,3 +20,4 @@ tcpdump
20 20
 euca2ools # only for testing client
21 21
 tar
22 22
 python-cmd2 # dist:precise
23
+python-netaddr
... ...
@@ -5,6 +5,7 @@ git-core
5 5
 openssh-server
6 6
 psmisc
7 7
 pylint
8
+python-netaddr
8 9
 python-pep8
9 10
 python-pip
10 11
 python-unittest2