[Python-modules-commits] [python-motor] 10/14: Require newer version of python{, 3}-gridfs

Ondřej Nový onovy at moszumanska.debian.org
Sat Apr 8 13:43:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

onovy pushed a commit to branch master
in repository python-motor.

commit 7f5bbfc91c7fc8dfbce741af0a3fd436206a0f79
Author: Ondřej Nový <onovy at debian.org>
Date:   Sat Apr 8 15:20:34 2017 +0200

    Require newer version of python{,3}-gridfs
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 165b3f9..9231d84 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Package: python-motor
 Architecture: all
 Depends: ${misc:Depends},
          ${python:Depends},
-         python-gridfs,
+         python-gridfs (>= 3.4),
          python-pymongo (>= 3.4),
 Suggests: python-tornado,
 Description: full-featured, non-blocking MongoDB driver - Python 2.x
@@ -32,7 +32,7 @@ Package: python3-motor
 Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends},
-         python3-gridfs,
+         python3-gridfs (>= 3.4),
          python3-pymongo (>= 3.4),
 Suggests: python3-aiohttp,
           python3-tornado,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-motor.git



More information about the Python-modules-commits mailing list