Fixed minimum version for pymongo.
authorThomas Goirand <thomas@goirand.fr>
Wed, 25 Sep 2013 15:06:32 +0000 (23:06 +0800)
committerThomas Goirand <thomas@goirand.fr>
Wed, 25 Sep 2013 15:06:32 +0000 (23:06 +0800)
Change-Id: I12610ad6da10aa4c32070640bb72dfd04e843079

Rewritten-From: 8e7c930a304a11d9e051ae665a9cf3f0ad9a2fc8

trusty/debian/control

index 2c498fa666f996df41b05dcd1cc8380a02b8ba55..16b67a115dab9ca115553a6b18de39b408ec068a 100644 (file)
@@ -44,7 +44,7 @@ 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),
@@ -93,7 +93,7 @@ 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),