]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Add missing dependency on python-cloudfiles
authorJulien Danjou <julien@danjou.info>
Mon, 28 Nov 2011 15:51:25 +0000 (16:51 +0100)
committerJulien Danjou <julien@danjou.info>
Mon, 28 Nov 2011 15:51:25 +0000 (16:51 +0100)
Rewritten-From: ca2616f14834d66a90d34f57378b2ab8d1df1e06

trusty/debian/control

index 9c4c44acac66a30b4ec3fc37727272f6351d8a3a..5671244651c018bbdd49710e1fafd960605d97cb 100644 (file)
@@ -21,7 +21,7 @@ Description: Django module to provide web interaction with OpenStack
 
 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
+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
 Description: OpenStack Dashboard
  The OpenStack Dashboard is a Web application allowing to control an
  OpenStack cloud.
\ No newline at end of file