From 2c8a1fca0ef4a228bfedc925a477a901a4e4da0f Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 30 Nov 2011 14:38:09 +0100 Subject: [PATCH] Add missing dependency on python-dateutil Signed-off-by: Julien Danjou Rewritten-From: 024c375355c0ccee4e0535e019bcf9cfcdf55cd4 --- trusty/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trusty/debian/control b/trusty/debian/control index 4c86c30..8d4b447 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -13,7 +13,7 @@ Vcs-Git: git://anonscm.debian.org/openstack/horizon.git Package: python-django-horizon Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, quantum-client, python-glance, python-mox +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, quantum-client, python-glance, python-mox, python-dateutil Description: Django module to provide web interaction with OpenStack Horizon is a Django module that permits interaction with an OpenStack cloud. It can be used to build a dashboard to control an OpenStack cloud. -- 2.45.2