[python-quantumclient] Remove PyXML dep (#851687)

Alan Pevec apevec at fedoraproject.org
Fri Aug 24 17:55:30 UTC 2012


commit 9fe56462d3469e63c5d070e88aa75b1f7154c91f
Author: Alan Pevec <apevec at redhat.com>
Date:   Fri Aug 24 19:42:54 2012 +0200

    Remove PyXML dep (#851687)
    
    Also drop prettytable, it is listed in pip-requires but it is not used
    in the current code.

 python-quantumclient.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/python-quantumclient.spec b/python-quantumclient.spec
index c5cecba..3672828 100644
--- a/python-quantumclient.spec
+++ b/python-quantumclient.spec
@@ -8,7 +8,7 @@
 Name:       python-quantumclient
 Epoch:      1
 Version:    2.0
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Python API and CLI for OpenStack Quantum
 
 Group:      Development/Languages
@@ -27,10 +27,8 @@ Source0:    https://launchpad.net/python-quantumclient/trunk/%{version}/+downloa
 
 Requires:   python-cliff
 Requires:   python-httplib2
-Requires:   python-prettytable
 Requires:   python-setuptools
 Requires:   python-simplejson
-Requires:   PyXML
 
 BuildRequires: python2-devel
 BuildRequires: python-setuptools
@@ -60,6 +58,9 @@ rm -rf %{buildroot}%{python_sitelib}/quantumclient/tests
 
 
 %changelog
+* Fri Aug 24 2012 Alan Pevec <apevec at redhat.com> 1:2.0-2
+- Remove PyXML dep (#851687) and unused prettytable dep
+
 * Wed Aug 22 2012 Alan Pevec <apevec at redhat.com> 1:2.0-1
 - Add dependency on python-setuptools (#850847)
 - Update to 2.0


More information about the scm-commits mailing list