[Python-modules-commits] [python-motor] 08/14: Add python{, 3}-gridfs to Depends

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 a755fbdb360a92b581d84bb085c9df910f739f6f
Author: Ondřej Nový <onovy at debian.org>
Date:   Sat Apr 8 15:19:13 2017 +0200

    Add python{,3}-gridfs to Depends
---
 debian/changelog | 1 +
 debian/control   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a8166bb..413783b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ python-motor (1.1-1) UNRELEASED; urgency=medium
   * d/copyright: Bump copyright years
   * d/s/options: Ignore .egg-info
   * Remove not needed B-D which are useful only for tests
+  * Add python{,3}-gridfs to Depends
 
  -- Ondřej Nový <onovy at debian.org>  Mon, 05 Dec 2016 18:56:55 +0100
 
diff --git a/debian/control b/debian/control
index 1054b4c..8c03169 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Package: python-motor
 Architecture: all
 Depends: ${misc:Depends},
          ${python:Depends},
+         python-gridfs,
          python-pymongo (>= 3.4),
 Description: full-featured, non-blocking MongoDB driver - Python 2.x
  Motor presents a callback- or Future-based API for non-blocking access to
@@ -30,6 +31,7 @@ Package: python3-motor
 Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends},
+         python3-gridfs,
          python3-pymongo (>= 3.4),
 Description: full-featured, non-blocking MongoDB driver - Python 3.x
  Motor presents a callback- or Future-based API for non-blocking access to

-- 
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