Alter egg requirements for epel.
This commit is contained in:
parent
24c044c190
commit
15f22638ea
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
Name: python-requests-oauthlib
|
Name: python-requests-oauthlib
|
||||||
Version: 0.4.0
|
Version: 0.4.0
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: OAuthlib authentication support for Requests.
|
Summary: OAuthlib authentication support for Requests.
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -62,6 +62,8 @@ This project provides first-class OAuth library support for python-request.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{distname}-%{version}
|
%setup -q -n %{distname}-%{version}
|
||||||
|
|
||||||
|
sed -i 's/requests>=2.0.0/requests/' setup.py
|
||||||
|
|
||||||
# Remove bundled egg-info in case it exists
|
# Remove bundled egg-info in case it exists
|
||||||
rm -rf %{distname}.egg-info
|
rm -rf %{distname}.egg-info
|
||||||
|
|
||||||
@ -108,6 +110,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user