]> git.pld-linux.org Git - packages/python3-requests.git/commitdiff
- rel 2; python2 module requires some externals to get better SSL support (SNI for...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 10 Nov 2014 19:09:21 +0000 (20:09 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 10 Nov 2014 19:09:21 +0000 (20:09 +0100)
python-requests.spec

index e89b19e352157137f688aec9925893d57d2b5cd4..40270b894716048a9bbc36a1e028f194e346cce8 100644 (file)
@@ -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)
 
This page took 0.062121 seconds and 4 git commands to generate.