[Python-modules-commits] [transifex-client] 07/09: hard-code python-openssl dependency, its optional in the code
Hans-Christoph Steiner
eighthave at moszumanska.debian.org
Thu Dec 22 14:39:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
eighthave pushed a commit to branch master
in repository transifex-client.
commit a734e183b03b6df6a76a52a29752e944c1c15095
Author: Hans-Christoph Steiner <hans at eds.org>
Date: Tue Sep 13 11:00:07 2016 +0200
hard-code python-openssl dependency, its optional in the code
This allows for better HTTPS/TLS validation
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 6a7d08b..28f372c 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/transifex-c
Package: transifex-client
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources
+Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources, python-openssl
Provides: ${python:Provides}
Description: Command line interface for Transifex
Transifex Command-line Client is a command line tool that enables you to
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/transifex-client.git
More information about the Python-modules-commits
mailing list