Alter egg requirements for epel.
This commit is contained in:
parent
24c044c190
commit
15f22638ea
@ -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@redhat.com> - 0.4.0-7
|
||||
- Alter egg requirements for epel.
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user