Fix: Requests requires python-certifi to work with https
This commit is contained in:
parent
ca30774832
commit
f684f5a71a
1 changed files with 5 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Name: python-requests
|
||||
Version: 0.10.8
|
||||
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 08 2012 Arun S A G <sagarun@gmail.com> 0.10.8-2
|
||||
- Requests requires python-certifi to work with https
|
||||
|
||||
* Sun Apr 01 2012 Arun S A G <sagarun@gmail.com> 0.10.8-1
|
||||
- Updated to bugfix release 0.10.8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue