[Python-modules-commits] [python-tornado] 04/10: Added python-concurrent.futures to Build-Depends and Recommends

Ondřej Nový onovy-guest at moszumanska.debian.org
Mon Jun 6 08:43:39 UTC 2016


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

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

commit a95d0f46adb56cb21cf13aea9d8df32907eb0238
Author: Ondřej Nový <novy at ondrej.org>
Date:   Mon Jun 6 10:07:50 2016 +0200

    Added python-concurrent.futures to Build-Depends and Recommends
---
 debian/changelog | 1 +
 debian/control   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1fe2989..a9f82ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ python-tornado (4.3.0-3) UNRELEASED; urgency=medium
   * Moved python-mysqldb from Recommends to Suggests, it's only used in demo
   * Moved python{3,}-pycurl from Depends to Suggests, it's not strictly needed
     and added to B-D to run related unit tests
+  * Added python-concurrent.futures to Build-Depends and Recommends
 
  -- Ondřej Nový <novy at ondrej.org>  Mon, 06 Jun 2016 09:30:16 +0200
 
diff --git a/debian/control b/debian/control
index 4df4890..7d3df5b 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends: ca-certificates,
                dh-python,
                python-all-dev,
                python-backports-abc,
+               python-concurrent.futures,
                python-pycurl,
                python-singledispatch,
                python-setuptools,
@@ -34,6 +35,7 @@ Depends: ca-certificates,
          ${shlibs:Depends},
 Suggests: python-mysqldb,
           python-pycurl,
+Recommends: python-concurrent.futures,
 Description: scalable, non-blocking web server and tools
  Tornado is an open source version of the scalable, non-blocking
  web server and tools that power FriendFeed. The FriendFeed application

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



More information about the Python-modules-commits mailing list