[python-novaclient] Add dependency on python-setuptools (#849477)

Pádraig Brady pbrady at fedoraproject.org
Wed Aug 22 14:00:16 UTC 2012


commit 2ec1f13f68dcdcf350a2f8587e30fd3c00308d31
Author: Pádraig Brady <P at draigBrady.com>
Date:   Wed Aug 22 14:59:51 2012 +0100

    Add dependency on python-setuptools (#849477)

 python-novaclient.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-novaclient.spec b/python-novaclient.spec
index bb5532b..b60fe9d 100644
--- a/python-novaclient.spec
+++ b/python-novaclient.spec
@@ -1,6 +1,6 @@
 Name:             python-novaclient
 Version:          2012.2
-Release:          0.2.f1%{?dist}
+Release:          0.3.f1%{?dist}
 Summary:          Python API and CLI for OpenStack Nova
 
 Group:            Development/Languages
@@ -17,6 +17,7 @@ Requires:         python-argparse
 Requires:         python-simplejson
 Requires:         python-httplib2
 Requires:         python-prettytable
+Requires:         python-setuptools
 
 %description
 This is a client for the OpenStack Nova API. There's a Python API (the
@@ -69,6 +70,9 @@ rm -fr html/.doctrees html/.buildinfo
 %doc html
 
 %changelog
+* Wed Aug 22 2012 Pádraig Brady <P at draigBrady.com> 2012.2-0.3.f1
+- Add dependency on python-setuptools (#849477)
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2012.2-0.2.f1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list