From: Julien Danjou Date: Wed, 30 Nov 2011 11:18:32 +0000 (+0100) Subject: Add missing dependency on mox X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9716fddcaf10641ff79d51c3a0f53e6e671692aa;p=openstack-build%2Fhorizon-build.git Add missing dependency on mox Signed-off-by: Julien Danjou Rewritten-From: 418d4c67a50f06af31ebe5e1e7fe6d2b2b3f482e --- diff --git a/xenial/debian/control b/xenial/debian/control index edf4361..4c86c30 100644 --- a/xenial/debian/control +++ b/xenial/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 +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, quantum-client, python-glance, python-mox 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.