Add python-gevent to support requests.async
This commit is contained in:
parent
0cc278987b
commit
f92479a2cb
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: python-requests
|
||||
Version: 0.6.6
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: HTTP library, written in Python, for human beings
|
||||
|
||||
License: ISC
|
||||
|
|
@ -9,6 +9,7 @@ Source0: http://pypi.python.org/packages/source/r/requests/requests-%{ver
|
|||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-devel
|
||||
Requires: python-gevent
|
||||
|
||||
%description
|
||||
Most existing Python modules for sending HTTP requests are extremely verbose and
|
||||
|
|
@ -43,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Jan 08 2012 Arun SAG <sagarun@gmail.com> - 0.6.6-2
|
||||
- Add python-gevent as a dependency
|
||||
|
||||
* Thu Oct 20 2011 Arun SAG <sagarun@gmail.com> - 0.6.6-1
|
||||
- Updated to version 0.6.6
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue