[Python-modules-commits] [python-motor] 13/14: wrap-and-sort -t -a

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

    wrap-and-sort -t -a
---
 debian/control | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 0056e82..fc361fa 100644
--- a/debian/control
+++ b/debian/control
@@ -17,11 +17,11 @@ Testsuite: autopkgtest-pkg-python
 
 Package: python-motor
 Architecture: all
-Depends: ${misc:Depends},
-         ${python:Depends},
-         python-concurrent.futures,
+Depends: python-concurrent.futures,
          python-gridfs (>= 3.4),
          python-pymongo (>= 3.4),
+         ${misc:Depends},
+         ${python:Depends},
 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
@@ -31,10 +31,10 @@ Description: full-featured, non-blocking MongoDB driver - Python 2.x
 
 Package: python3-motor
 Architecture: all
-Depends: ${misc:Depends},
-         ${python3:Depends},
-         python3-gridfs (>= 3.4),
+Depends: python3-gridfs (>= 3.4),
          python3-pymongo (>= 3.4),
+         ${misc:Depends},
+         ${python3:Depends},
 Suggests: python3-aiohttp,
           python3-tornado,
 Description: full-featured, non-blocking MongoDB driver - Python 3.x

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