From f92479a2cbd495faa2f53e0e7a5b526aa7647cdc Mon Sep 17 00:00:00 2001 From: Arun SAG Date: Sun, 8 Jan 2012 20:22:03 +0530 Subject: [PATCH] Add python-gevent to support requests.async --- python-requests.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-requests.spec b/python-requests.spec index 4f8eeb3..e92323f 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -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 - 0.6.6-2 +- Add python-gevent as a dependency + * Thu Oct 20 2011 Arun SAG - 0.6.6-1 - Updated to version 0.6.6