[python-oauth2/f16] fix missing httplib2 requires

Tom Callaway spot at fedoraproject.org
Wed Sep 7 17:36:25 UTC 2011


commit 4a159c3a4b315b179e98d635fc3494c5d607e487
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Wed Sep 7 13:36:12 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 a2630e5..4a354a7 100644
--- a/python-oauth2.spec
+++ b/python-oauth2.spec
@@ -1,14 +1,14 @@
 Name:			python-oauth2
 Summary:		Python support for improved oauth
 Version:		1.5.170
-Release:		1%{?dist}
+Release:		2%{?dist}
 License:		MIT
 Group:			System Environment/Libraries
 Source0:		http://pypi.python.org/packages/source/o/oauth2/oauth2-%{version}.tar.gz
 URL:			http://pypi.python.org/pypi/oauth2/
 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 
@@ -49,6 +49,9 @@ 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.5.170-2
+- add Requires: python-httplib2 (bz736133)
+
 * Mon Jul 18 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 1.5.170-1
 - New upstream release
 - Match current guidelines


More information about the scm-commits mailing list