[python-keystoneclient] Update requires.

Jakub Ruzicka jruzicka at fedoraproject.org
Thu Apr 4 16:58:17 UTC 2013


commit babe0b6c7d1acf0d6a759e988ced008686930d6c
Author: Jakub Ruzicka <jruzicka at redhat.com>
Date:   Thu Apr 4 18:49:05 2013 +0200

    Update requires.
    
    Resolves: rhbz#948244

 python-keystoneclient.spec |   24 +++++++++++++++++-------
 1 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/python-keystoneclient.spec b/python-keystoneclient.spec
index 6d845d6..26ccba7 100644
--- a/python-keystoneclient.spec
+++ b/python-keystoneclient.spec
@@ -4,7 +4,7 @@ Name:       python-keystoneclient
 # https://lists.launchpad.net/openstack/msg14248.html
 Epoch:      1
 Version:    0.2.3
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Client library for OpenStack Identity API
 License:    ASL 2.0
 URL:        http://pypi.python.org/pypi/%{name}
@@ -15,16 +15,23 @@ Source0:    http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.
 #
 
 BuildArch:  noarch
-Requires:   python-prettytable
-Requires:   python-setuptools
-Requires:   python-simplejson
-Requires:   python-keyring
-Requires:   python-requests
-Requires:   python-oslo-config
 
 BuildRequires: python2-devel
 BuildRequires: python-setuptools
 
+# from tools/pip-requires
+Requires: python-argparse
+Requires: python-iso8601 >= 0.1.4
+Requires: python-prettytable
+Requires: python-requests >= 0.8.8
+Requires: python-simplejson
+Requires: python-oslo-config >= 1.1.0
+# other requirements
+Requires: python-setuptools
+Requires: python-keyring
+Requires: python-webob
+
+
 %description
 Client library and command line utility for interacting with Openstack
 Identity API.
@@ -75,6 +82,9 @@ rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo
 %doc LICENSE doc/build/html
 
 %changelog
+* Thu Apr 04 2013 Jakub Ruzicka <jruzicka at redhat.com> 0.2.3-2
+- Update requires. (#948244)
+
 * Tue Mar 19 2013 Alan Pevec <apevec at redhat.com> 0.2.3-1
 - New upstream release.
 


More information about the scm-commits mailing list