[python-novaclient] Add dependency on python-requests and python-keyring

Alan Pevec apevec at fedoraproject.org
Fri Mar 8 10:27:22 UTC 2013


commit c80652aacd82aa414eb3f740d0ca78ee5773d505
Author: Alan Pevec <apevec at redhat.com>
Date:   Fri Mar 8 11:26:48 2013 +0100

    Add dependency on python-requests and python-keyring
    
    rhbz#919337

 python-novaclient.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/python-novaclient.spec b/python-novaclient.spec
index e65ae70..de3839a 100644
--- a/python-novaclient.spec
+++ b/python-novaclient.spec
@@ -1,7 +1,7 @@
 Name:             python-novaclient
 Epoch:            1
 Version:          2.11.1
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          Python API and CLI for OpenStack Nova
 
 Group:            Development/Languages
@@ -18,6 +18,8 @@ Requires:         python-httplib2
 Requires:         python-prettytable
 Requires:         python-setuptools
 Requires:         python-iso8601
+Requires:         python-keyring
+Requires:         python-requests
 
 %description
 This is a client for the OpenStack Nova API. There's a Python API (the
@@ -77,6 +79,9 @@ rm -fr html/.doctrees html/.buildinfo
 %doc html
 
 %changelog
+* Fri Mar 08 2013 Alan Pevec <apevec at redhat.com> 2.11.1-2
+- Add dependency on python-requests and python-keyring (#919337)
+
 * Thu Mar 07 2013 Alan Pevec <apevec at redhat.com> 2.11.1-1
 - Update to latest upstream release
 


More information about the scm-commits mailing list