[python-neutronclient/f21] Fix missing requirements to python-httplib2

Haïkel Guémar hguemar at fedoraproject.org
Tue Sep 9 16:09:14 UTC 2014


commit c0b327a774354ecaa248682b1ab2e4fe28805acc
Author: Haïkel Guémar <hguemar at fedoraproject.org>
Date:   Tue Sep 9 18:08:44 2014 +0200

    Fix missing requirements to python-httplib2

 python-neutronclient.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-neutronclient.spec b/python-neutronclient.spec
index 3d2e9aa..f00c898 100644
--- a/python-neutronclient.spec
+++ b/python-neutronclient.spec
@@ -1,6 +1,6 @@
 Name:       python-neutronclient
 Version:    2.3.4
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    Python API and CLI for OpenStack Neutron
 
 Group:      Development/Languages
@@ -23,6 +23,7 @@ BuildRequires: python-d2to1
 
 Requires: pyparsing
 Requires: python-cliff >= 1.0
+Requires: python-httplib2 >= 0.7.5
 Requires: python-prettytable >= 0.6
 Requires: python-setuptools
 Requires: python-simplejson
@@ -65,6 +66,9 @@ rm -rf %{buildroot}%{python_sitelib}/neutronclient/tests
 %{_sysconfdir}/bash_completion.d
 
 %changelog
+* Tue Sep 09 2014 Haïkel Guémar <hguemar at fedoraproject.org> 2.3.4-4
+- Fix missing requirements to python-httplib2
+
 * Thu Aug 21 2014 Jakub Ruzicka <jruzicka at redhat.com> 2.3.4-3
 - Fix listing security group rules
 


More information about the scm-commits mailing list