[python-keystoneclient/el6: 6/6] Dependency on python-argparse

Alan Pevec apevec at fedoraproject.org
Thu Apr 5 19:18:39 UTC 2012


commit 71a135bc2e2de0f38c533f9e57b04c121faaa9d4
Author: Alan Pevec <apevec at redhat.com>
Date:   Thu Apr 5 21:17:08 2012 +0200

    Dependency on python-argparse
    
    python < 2.7 doesn't include argparse module
    
    rhbz#808413

 python-keystoneclient.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/python-keystoneclient.spec b/python-keystoneclient.spec
index 09c8d5d..9671881 100644
--- a/python-keystoneclient.spec
+++ b/python-keystoneclient.spec
@@ -29,6 +29,8 @@ Patch1: avoid-No-handlers-could-be-found.patch
 Requires:   python-simplejson
 Requires:   python-httplib2
 Requires:   python-prettytable
+# For python < 2.7 rhbz#808413
+Requires:    python-argparse
 
 BuildRequires: python2-devel
 BuildRequires: python-setuptools


More information about the scm-commits mailing list