]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Add missing dependency on mox
authorJulien Danjou <julien@danjou.info>
Wed, 30 Nov 2011 11:18:32 +0000 (12:18 +0100)
committerJulien Danjou <julien@danjou.info>
Wed, 30 Nov 2011 11:18:32 +0000 (12:18 +0100)
Signed-off-by: Julien Danjou <julien@danjou.info>
Rewritten-From: 418d4c67a50f06af31ebe5e1e7fe6d2b2b3f482e

xenial/debian/control

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