From 2ec1f13f68dcdcf350a2f8587e30fd3c00308d31 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Aug 22 2012 13:59:51 +0000 Subject: Add dependency on python-setuptools (#849477) --- 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 2012.2-0.3.f1 +- Add dependency on python-setuptools (#849477) + * Sat Jul 21 2012 Fedora Release Engineering - 2012.2-0.2.f1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild