[python-keystoneclient] add new dependencies

Alan Pevec apevec at fedoraproject.org
Thu Jan 17 23:15:43 UTC 2013


commit 9de0147f290f58602082312e347a217eba2ad6fb
Author: Alan Pevec <apevec at redhat.com>
Date:   Thu Jan 17 22:37:10 2013 +0100

    add new dependencies

 python-keystoneclient.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/python-keystoneclient.spec b/python-keystoneclient.spec
index 89ab6bd..ac50af7 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.1
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Python API and CLI for OpenStack Keystone
 
 Group:      Development/Languages
@@ -20,10 +20,11 @@ Source0:    http://tarballs.openstack.org/%{name}/%{name}-%{version}.tar.gz
 # patches_base=0.2.1
 #
 
-Requires:   python-httplib2 >= 0.7
 Requires:   python-prettytable
 Requires:   python-setuptools
 Requires:   python-simplejson
+Requires:   python-keyring
+Requires:   python-requests
 
 BuildRequires: python2-devel
 BuildRequires: python-setuptools
@@ -76,6 +77,10 @@ rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo
 %doc LICENSE doc/build/html
 
 %changelog
+* Thu Jan 17 2013 Alan Pevec <apevec at redhat.com> 0.2.1-2
+- Add dependency on python-requests.
+- Add python-keyring RPM dependency.
+
 * Fri Dec 21 2012 Alan Pevec <apevec at redhat.com> 0.2.1-1
 - New upstream release.
 - Add bash completion support


More information about the scm-commits mailing list