[python-oauth2/f15] fix missing httplib2 requires

Tom Callaway spot at fedoraproject.org
Wed Sep 7 17:35:59 UTC 2011


commit 65850fdb48fe33668149d90d467f79334467067d
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Wed Sep 7 13:35:46 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 c331905..644de35 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:		2%{?dist}
+Release:		3%{?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,6 +57,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.2.1-3
+- add Requires: python-httplib2 (bz736133)
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list