Fixed minimum version for pymongo.
[openstack-build/ceilometer-build.git] / trusty / debian / control
index 3b7da9247e16d945aeb7ed782ecb0fd3bf28ebc4..16b67a115dab9ca115553a6b18de39b408ec068a 100644 (file)
@@ -2,10 +2,8 @@ Source: ceilometer
 Section: web
 Priority: optional
 Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
-Uploaders: Loic Dachary (OuoU) <loic@debian.org>,
-           Julien Danjou <acid@debian.org>,
+Uploaders: Julien Danjou <acid@debian.org>,
            Thomas Goirand <zigo@debian.org>,
-           Ghe Rivero <ghe.rivero@stackops.com>,
            Mehdi Abaakouk <sileht@sileht.net>
 Build-Depends: debhelper (>= 9),
                openstack-pkg-tools (>= 6~),
@@ -46,9 +44,10 @@ Build-Depends-Indep: alembic,
                      python-oslo.config,
                      python-oslo.sphinx,
                      python-pecan (>= 0.2.1),
-                     python-pymongo,
+                     python-pymongo (>= 2.4),
                      python-requests (>= 1.2),
                      python-setuptools-git,
+                     python-simplegeneric (>= 0.8),
                      python-sphinx,
                      python-sphinxcontrib-pecanwsme,
                      python-sqlalchemy (>= 0.7.3),
@@ -94,8 +93,9 @@ Depends: alembic,
          python-oslo.config,
          python-pbr,
          python-pecan (>= 0.2.1),
-         python-pymongo (>= 2.2),
+         python-pymongo (>= 2.4),
          python-requests (>= 1.2),
+         python-simplegeneric (>= 0.8),
          python-sqlalchemy (>= 0.7.3),
          python-stevedore (>= 0.9),
          python-swiftclient,