From: Julien Danjou Date: Wed, 30 Nov 2011 11:08:07 +0000 (+0100) Subject: Fix dependencies X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d6229343b012cd90966888d74d3189691116df44;p=openstack-build%2Fhorizon-build.git Fix dependencies Signed-off-by: Julien Danjou Rewritten-From: 3c1816cf29861011d01f6dbc88dd183f210674cd --- diff --git a/xenial/debian/control b/xenial/debian/control index f77cb28..edf4361 100644 --- a/xenial/debian/control +++ b/xenial/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