[Python-modules-commits] [requests] 03/04: Add python{, 3}-certifi to Build-Depends and Depends
Daniele Tricoli
eriol-guest at moszumanska.debian.org
Tue Aug 1 01:33:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
eriol-guest pushed a commit to branch master
in repository requests.
commit e89ede070c2f3acfe5eab3b98717e5db8250cf60
Author: Daniele Tricoli <eriol at mornie.org>
Date: Tue Aug 1 03:08:25 2017 +0200
Add python{,3}-certifi to Build-Depends and Depends
---
debian/control | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/control b/debian/control
index bfcf1b5..493102d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,10 +7,12 @@ Build-Depends:
debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3),
+ python-certifi,
python-chardet (>= 3.0.2),
python-setuptools,
python-urllib3 (>= 1.21.1), python-urllib3 (<< 1.22),
python3-all,
+ python3-certifi,
python3-chardet (>= 3.0.2),
python3-setuptools,
python3-urllib3 (>= 1.21.1), python3-urllib3 (<< 1.22),
@@ -27,6 +29,7 @@ Depends:
${misc:Depends},
${python:Depends},
ca-certificates,
+ python-certifi,
python-chardet (>= 3.0.2),
python-urllib3 (>= 1.21.1), python-urllib3 (<< 1.22)
Suggests:
@@ -60,6 +63,7 @@ Depends:
${misc:Depends},
${python3:Depends},
ca-certificates,
+ python3-certifi,
python3-chardet (>= 3.0.2),
python3-urllib3 (>= 1.21.1), python3-urllib3 (<< 1.22)
Suggests:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/requests.git
More information about the Python-modules-commits
mailing list