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

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


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

    Add dependency on python-setuptools (#849477)
    
    Conflicts:
    
    	python-novaclient.spec

 python-novaclient.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-novaclient.spec b/python-novaclient.spec
index 211fbed..543db01 100644
--- a/python-novaclient.spec
+++ b/python-novaclient.spec
@@ -1,6 +1,6 @@
 Name:             python-novaclient
 Version:          2012.1
-Release:          1%{?dist}
+Release:          2%{?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.1-2
+- Add dependency on python-setuptools (#849477)
+
 * Sun Apr 13 2012 Pádraig Brady <P at draigBrady.com> 2012.1-1
 - Update to essex release
 - Include LICENSE (#732695)


More information about the scm-commits mailing list