[python-requests-oauthlib] Alter egg requirements for epel.

Ralph Bean ralph at fedoraproject.org
Sat Jan 24 02:48:47 UTC 2015


commit 15f22638eac2b989f9c1b84f3a280d6222ffca7b
Author: Ralph Bean <rbean at redhat.com>
Date:   Fri Jan 23 21:49:15 2015 -0500

    Alter egg requirements for epel.

 python-requests-oauthlib.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/python-requests-oauthlib.spec b/python-requests-oauthlib.spec
index 255e677..d971dd1 100644
--- a/python-requests-oauthlib.spec
+++ b/python-requests-oauthlib.spec
@@ -14,7 +14,7 @@
 
 Name:               python-requests-oauthlib
 Version:            0.4.0
-Release:            6%{?dist}
+Release:            7%{?dist}
 Summary:            OAuthlib authentication support for Requests.
 
 Group:              Development/Libraries
@@ -62,6 +62,8 @@ This project provides first-class OAuth library support for python-request.
 %prep
 %setup -q -n %{distname}-%{version}
 
+sed -i 's/requests>=2.0.0/requests/' setup.py
+
 # Remove bundled egg-info in case it exists
 rm -rf %{distname}.egg-info
 
@@ -108,6 +110,9 @@ popd
 %endif
 
 %changelog
+* Fri Jan 23 2015 Ralph Bean <rbean at redhat.com> - 0.4.0-7
+- Alter egg requirements for epel.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list