From bbc54635c81db7cef552b34855d27e982f35d7e0 Mon Sep 17 00:00:00 2001 From: David Ripton Date: Mon, 8 Oct 2012 15:36:22 -0400 Subject: [PATCH] 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 --- files/apts/general | 1 + files/rpms/general | 1 + 2 files changed, 2 insertions(+) diff --git a/files/apts/general b/files/apts/general index be7bf98c54..12a92e0c4e 100644 --- a/files/apts/general +++ b/files/apts/general @@ -20,3 +20,4 @@ tcpdump euca2ools # only for testing client tar python-cmd2 # dist:precise +python-netaddr diff --git a/files/rpms/general b/files/rpms/general index 6d89d2ef5d..e4f143d109 100644 --- a/files/rpms/general +++ b/files/rpms/general @@ -5,6 +5,7 @@ git-core openssh-server psmisc pylint +python-netaddr python-pep8 python-pip python-unittest2