[Python-modules-commits] [python-tornado] 05/10: Added python-twisted to Build-Depends and Suggests
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 eb0bb05befffa206d9bd5c084872e27528d40be3
Author: Ondřej Nový <novy at ondrej.org>
Date: Mon Jun 6 10:11:16 2016 +0200
Added python-twisted to Build-Depends and Suggests
---
debian/changelog | 1 +
debian/control | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index a9f82ae..3ff8289 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ python-tornado (4.3.0-3) UNRELEASED; urgency=medium
* 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
+ * Added python{3,}-twisted to Build-Depends and Suggests
-- Ondřej Nový <novy at ondrej.org> Mon, 06 Jun 2016 09:30:16 +0200
diff --git a/debian/control b/debian/control
index 7d3df5b..5ccd0e1 100644
--- a/debian/control
+++ b/debian/control
@@ -17,10 +17,12 @@ Build-Depends: ca-certificates,
python-pycurl,
python-singledispatch,
python-setuptools,
+ python-twisted,
python3-all-dev,
python3-pycurl,
python3-setuptools,
python3-singledispatch,
+ python3-twisted,
Standards-Version: 3.9.8
Homepage: http://www.tornadoweb.org/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-tornado.git
@@ -35,6 +37,7 @@ Depends: ca-certificates,
${shlibs:Depends},
Suggests: python-mysqldb,
python-pycurl,
+ python-twisted,
Recommends: python-concurrent.futures,
Description: scalable, non-blocking web server and tools
Tornado is an open source version of the scalable, non-blocking
@@ -52,6 +55,7 @@ Depends: ca-certificates,
${python3:Depends},
${shlibs:Depends},
Suggests: python3-pycurl,
+ python3-twisted,
Description: scalable, non-blocking web server and tools - Python 3 package
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