[Python-modules-commits] [python-motor] 09/14: Suggests python{, 3}-tornado and python3-aiohttp

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

    Suggests python{,3}-tornado and python3-aiohttp
---
 debian/changelog | 1 +
 debian/control   | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 413783b..12f92a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ python-motor (1.1-1) UNRELEASED; urgency=medium
   * d/s/options: Ignore .egg-info
   * Remove not needed B-D which are useful only for tests
   * Add python{,3}-gridfs to Depends
+  * Suggests python{,3}-tornado and python3-aiohttp
 
  -- Ondřej Nový <onovy at debian.org>  Mon, 05 Dec 2016 18:56:55 +0100
 
diff --git a/debian/control b/debian/control
index 8c03169..165b3f9 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ Depends: ${misc:Depends},
          ${python:Depends},
          python-gridfs,
          python-pymongo (>= 3.4),
+Suggests: python-tornado,
 Description: full-featured, non-blocking MongoDB driver - Python 2.x
  Motor presents a callback- or Future-based API for non-blocking access to
  MongoDB from Tornado or asyncio.
@@ -33,6 +34,8 @@ Depends: ${misc:Depends},
          ${python3:Depends},
          python3-gridfs,
          python3-pymongo (>= 3.4),
+Suggests: python3-aiohttp,
+          python3-tornado,
 Description: full-featured, non-blocking MongoDB driver - Python 3.x
  Motor presents a callback- or Future-based API for non-blocking access to
  MongoDB from Tornado or asyncio.

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