]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Fix dependencies
authorJulien Danjou <julien@danjou.info>
Wed, 30 Nov 2011 11:08:07 +0000 (12:08 +0100)
committerJulien Danjou <julien@danjou.info>
Wed, 30 Nov 2011 11:08:07 +0000 (12:08 +0100)
Signed-off-by: Julien Danjou <julien@danjou.info>
Rewritten-From: 3c1816cf29861011d01f6dbc88dd183f210674cd

xenial/debian/control

index f77cb287fc6fbdc62a947001b2bdfb744d6fac7a..edf4361cd910db5c3c78c4f18191acd724e496a4 100644 (file)
@@ -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