From: Julien Danjou Date: Wed, 30 Nov 2011 13:38:09 +0000 (+0100) Subject: Add missing dependency on python-dateutil X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=2c8a1fca0ef4a228bfedc925a477a901a4e4da0f;p=openstack-build%2Fhorizon-build.git Add missing dependency on python-dateutil Signed-off-by: Julien Danjou Rewritten-From: 024c375355c0ccee4e0535e019bcf9cfcdf55cd4 --- 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.