From e7d50ac0574746e810b235162a60ba657ce836ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Mon, 10 Nov 2014 20:09:21 +0100 Subject: [PATCH] - 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) -- 2.44.0