[packages/python-requests] - rel 2; python2 module requires some externals to get better SSL support (SNI for example)

arekm arekm at pld-linux.org
Mon Nov 10 20:09:30 CET 2014


commit e7d50ac0574746e810b235162a60ba657ce836ea
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Nov 10 20:09:21 2014 +0100

    - rel 2; python2 module requires some externals to get better SSL support (SNI for example)

 python-requests.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/python-requests.spec b/python-requests.spec
index e89b19e..40270b8 100644
--- a/python-requests.spec
+++ b/python-requests.spec
@@ -8,7 +8,7 @@ Summary:	HTTP library for Python 2
 Summary(pl.UTF-8):	Biblioteka HTTP dla Pythona 2
 Name:		python-%{module}
 Version:	2.4.3
-Release:	1
+Release:	2
 License:	Apache2
 Group:		Development/Languages/Python
 Source0:	https://pypi.python.org/packages/source/r/requests/%{module}-%{version}.tar.gz
@@ -35,6 +35,10 @@ Requires:	ca-certificates
 Requires:	python-charade
 Requires:	python-modules >= 1:2.6
 Requires:	python-urllib3 >= 1.9.1
+# for python2 only to get SNI working. python3 doesn't need this
+Requires:	python-ndg-httpsclient
+Requires:	python-pyasn1
+Requires:	python-pyOpenSSL
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-requests.git/commitdiff/e7d50ac0574746e810b235162a60ba657ce836ea



More information about the pld-cvs-commit mailing list