[python-oauth2/f14] fix missing httplib2 requires

Tom Callaway spot at fedoraproject.org
Wed Sep 7 17:34:42 UTC 2011


commit 4f84567a57ea42a7548b14366b941058276dc2cb
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Wed Sep 7 13:34:26 2011 -0400

    fix missing httplib2 requires

 python-oauth2.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-oauth2.spec b/python-oauth2.spec
index 1cdbc12..5cffd86 100644
--- a/python-oauth2.spec
+++ b/python-oauth2.spec
@@ -5,7 +5,7 @@
 Name:			python-oauth2
 Summary:		Python support for improved oauth
 Version:		1.2.1
-Release:		1%{?dist}
+Release:		2%{?dist}
 License:		MIT
 Group:			System Environment/Libraries
 Source0:		http://pypi.python.org/packages/source/o/oauth2/oauth2-%{oldversion}.tar.gz
@@ -15,7 +15,7 @@ URL:			http://pypi.python.org/pypi/oauth2/
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:		noarch
 BuildRequires:		python-devel, python-setuptools, python-simplejson
-Requires:		python-simplejson
+Requires:		python-simplejson, python-httplib2
 
 %description
 Oauth2 was originally forked from Leah Culver and Andy Smith's oauth.py 
@@ -57,5 +57,8 @@ number of notable differences exist between this code and its forefathers:
 %{python_sitelib}/oauth2-%{version}-*.egg-info/
 
 %changelog
+* Wed Sep  7 2011 Tom Callaway <spot at fedoraproject.org> - 1.2.1-2
+- add Requires: python-httplib2 (bz736133)
+
 * Fri Oct 22 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 1.2.1-1
 - Initial package for Fedora


More information about the scm-commits mailing list