From: Thomas Goirand Date: Sat, 7 Jul 2012 18:36:08 +0000 (+0000) Subject: Fixed depends field. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=bb0b94ca05f4bd75c3051fde6d58fc43923628de;p=openstack-build%2Fhorizon-build.git Fixed depends field. Rewritten-From: a564ea5d187fbbbb3582616c46facb527997a5f7 --- diff --git a/trusty/debian/control b/trusty/debian/control index f94bc20..7f2e654 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -10,7 +10,6 @@ Uploaders: Loic Dachary (OuoU) , Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~), python-setuptools, python-eventlet, python-glance, - python-setuptools, python-kombu, python-mox, python-paste, @@ -37,13 +36,11 @@ Vcs-Git: git://anonscm.debian.org/openstack/horizon.git Package: python-django-horizon Section: python Architecture: all -Depends: ${shlibs:Depends}, - ${misc:Depends}, - ${python:Depends}, +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-quantumclient, python-glance, python-mox, - python-dateutil + python-dateutil, python-nova, python-cloudfiles, python-eventlet, @@ -51,7 +48,6 @@ Depends: ${shlibs:Depends}, python-paste, python-pastedeploy, python-crypto, - python-dateutil, python-routes, python-sqlalchemy, python-webob, @@ -87,8 +83,7 @@ Package: openstack-dashboard-apache Architecture: all Depends: libapache2-mod-wsgi (>=2.3), openstack-dashboard, - ${misc:Depends}, - libapache2-mod-wsgi (>=2.3) + ${misc:Depends} Description: OpenStack Dashboard - Apache support The OpenStack Dashboard is a Web application allowing to control an OpenStack cloud.