From e42f683fce74578ea314ff764b9a826047529755 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 30 Nov 2011 12:08:07 +0100 Subject: [PATCH] Fix dependencies Signed-off-by: Julien Danjou Rewritten-From: 3c1816cf29861011d01f6dbc88dd183f210674cd --- trusty/debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trusty/debian/control b/trusty/debian/control index f77cb28..edf4361 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -13,14 +13,14 @@ Vcs-Git: git://anonscm.debian.org/openstack/horizon.git Package: python-django-horizon Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, quantum-client, python-glance 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. Package: openstack-dashboard Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-django-horizon, python-django, python-openstackx, python-openstack-compute, python-mailer, python-django-nose, python-keystoneclient, python-cloudfiles +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-django-horizon, python-django, python-openstackx, python-openstack-compute, python-django-nose, python-keystoneclient, python-cloudfiles Description: OpenStack Dashboard The OpenStack Dashboard is a Web application allowing to control an OpenStack cloud. \ No newline at end of file -- 2.45.2