From 5bc706268f1f1dab489293a6ea9538bf825e0799 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Wed, 12 Sep 2012 12:34:50 -0500 Subject: [PATCH] Add python-netaddr to horizon requirements Fixes bug 1036416 Change-Id: I97c1f193d30ad43e434ff33e4aacd1230be0341c --- files/apts/horizon | 1 + files/rpms/horizon | 1 + 2 files changed, 2 insertions(+) diff --git a/files/apts/horizon b/files/apts/horizon index 53bddf098d..2161ccd361 100644 --- a/files/apts/horizon +++ b/files/apts/horizon @@ -21,3 +21,4 @@ python-coverage python-cherrypy3 # why? python-migrate nodejs +python-netaddr diff --git a/files/rpms/horizon b/files/rpms/horizon index 5e3682085f..12f75ba5a8 100644 --- a/files/rpms/horizon +++ b/files/rpms/horizon @@ -15,6 +15,7 @@ python-httplib2 python-kombu python-migrate python-mox +python-netaddr python-nose python-paste python-paste-deploy