]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Rework depencancies
authorMehdi Abaakouk <sileht@sileht.net>
Mon, 17 Sep 2012 12:20:57 +0000 (14:20 +0200)
committerMehdi Abaakouk <sileht@sileht.net>
Mon, 17 Sep 2012 12:20:57 +0000 (14:20 +0200)
Rewritten-From: 303bb811f77104d83eec67851f7e343e3b58da6c

xenial/debian/control

index 7f2e6547508204e4587d411da7d7b2e0b28943e6..4f942aa261c6afcee4682b640250d02f73330e87 100644 (file)
@@ -8,26 +8,19 @@ Uploaders: Loic Dachary (OuoU) <loic@debian.org>,
            Ghe Rivero <ghe.rivero@stackops.com>,
            Mehdi Abaakouk <sileht@sileht.net>
 Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~), python-setuptools,
- python-eventlet,
- python-glance,
- python-kombu,
- python-mox,
- python-paste,
- python-pastedeploy,
- python-crypto,
+ pep8,
  python-cloudfiles,
+ python-coverage,
  python-django-nose,
- python-nose,
- python-dateutil,
- python-routes,
- python-sqlalchemy,
+ python-glanceclient,
  python-keystoneclient,
+ python-mox,
+ python-netaddr,
+ python-nose,
  python-novaclient,
- python-coverage,
- pep8,
+ python-quantumclient,
  python-sphinx,
- python-webob,
- python-xattr
+ python-swiftclient,
 Standards-Version: 3.9.3
 Homepage: http://launchpad.net/horizon
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/horizon.git;a=summary
@@ -36,26 +29,22 @@ Vcs-Git: git://anonscm.debian.org/openstack/horizon.git
 Package: python-django-horizon
 Section: python
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
- python-quantumclient,
- python-glance,
- python-mox,
- python-dateutil,
- python-nova,
+Depends: ${misc:Depends}, ${python:Depends},
+ python-cinderclient,
  python-cloudfiles,
- python-eventlet,
- python-kombu,
- python-paste,
- python-pastedeploy,
- python-crypto,
- python-routes,
- python-sqlalchemy,
- python-webob,
- python-xattr,
- python-novaclient,
+ python-django,
+ python-django-nose,
+ python-glanceclient,
  python-keystoneclient,
+ python-compressor,
+ python-lockfile,
  python-memcache,
- python-django-nose
+ python-netaddr,
+ python-novaclient,
+ python-openstack-auth,
+ python-quantumclient,
+ python-swiftclient,
+ python-tz,
 Recommends: memcached
 Description: Django module providing web interaction with OpenStack
  Horizon is a Django module that permits interaction with an OpenStack
@@ -67,12 +56,7 @@ Depends: ${shlibs:Depends},
  ${misc:Depends},
  ${python:Depends},
  python-django-horizon (= ${source:Version}),
- python-django,
- python-django-nose,
- python-keystoneclient,
- python-cloudfiles,
  libjs-jquery,
- python-iso8601,
  adduser,
  libapache2-mod-wsgi (>= 2.3)
 Description: OpenStack Dashboard