From 29ca7382d80584da0d55d4b8fb4ec4264c6da467 Mon Sep 17 00:00:00 2001 From: Arun SAG Date: Sun, 8 Apr 2012 23:06:53 +0530 Subject: [PATCH] Fix: rhbz:808912 - Requests doesn't work with https --- python-requests.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-requests.spec b/python-requests.spec index 5e87cf8..93cb7ef 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -6,7 +6,7 @@ Name: python-requests Version: 0.11.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: HTTP library, written in Python, for human beings License: ISC and MIT @@ -16,6 +16,7 @@ Source0: http://pypi.python.org/packages/source/r/requests/requests-%{ver BuildArch: noarch BuildRequires: python-devel +Requires: python-certifi %if 0%{?fedora} Requires: python-gevent %endif @@ -71,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Apr 09 2012 Arun S A G 0.11.1-2 +- Fix rhbz#808912 + * Sun Apr 01 2012 Arun S A G 0.11.1-1 - Updated to upstream release 0.11.1