[Python-modules-commits] [python-tornado] 01/02: Added python3-backports-abc to Build-Depends for older Python 3
Ondřej Nový
onovy at moszumanska.debian.org
Mon Aug 1 14:55:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-tornado.
commit 11ea189caccc9bf8984e259831f3bce046a3f691
Author: Ondřej Nový <onovy at debian.org>
Date: Mon Aug 1 16:39:34 2016 +0200
Added python3-backports-abc to Build-Depends for older Python 3
---
debian/changelog | 1 +
debian/control | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index b5b76ac..2c40dfc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ python-tornado (4.4.1-1) UNRELEASED; urgency=medium
* Added python-tornado-doc package with docs and examples
* Enabled all but PIE hardening
* Generate upstream changelog file during build
+ * Added python3-backports-abc to B-D for older Python 3
-- Ondřej Nový <onovy at debian.org> Sat, 16 Jul 2016 22:56:08 +0200
diff --git a/debian/control b/debian/control
index a8d54ff..08aac72 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ Build-Depends: ca-certificates,
python-singledispatch,
python-twisted,
python3-all-dev,
+ python3 (>= 3.5) | python3-backports-abc,
python3-mock,
python3-pycurl,
python3-setuptools,
--
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