[python-mwclient] require python-requests

Adam Williamson adamwill at fedoraproject.org
Fri Oct 31 23:48:14 UTC 2014


commit 294ea508207b62c5288893fde69797fed0b17a1a
Author: Adam Williamson <awilliam at redhat.com>
Date:   Fri Oct 31 16:48:15 2014 -0700

    require python-requests

 python-mwclient.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-mwclient.spec b/python-mwclient.spec
index c47617d..63e9cb0 100644
--- a/python-mwclient.spec
+++ b/python-mwclient.spec
@@ -8,7 +8,7 @@
 
 Name:           python-mwclient
 Version:        0.7.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Mwclient is a client to the MediaWiki API
 
 Group:          System Environment/Libraries
@@ -20,6 +20,7 @@ BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 Requires:  python-simplejson
+Requires:  python-requests
 
 %description
 Mwclient is a client to the MediaWiki API <http://mediawiki.org/wiki/API>
@@ -49,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Oct 31 2014 Adam Williamson <awilliam at redhat.com> - 0.7.0-2
+- requires python-requests
+
 * Wed Oct 01 2014 Adam Williamson <awilliam at redhat.com> - 0.7.0-1
 - new release: 0.7.0
 - update for github source, use of setuptools and modern Python packaging rules


More information about the scm-commits mailing list