[ipython/el6] ipython requires the 'argparse' module (#874133)

David Cantrell dcantrel at fedoraproject.org
Mon Apr 1 17:29:11 UTC 2013


commit 2e81735b867e383c6b166612f665b9bfa3ea8614
Author: David Cantrell <david.l.cantrell at gmail.com>
Date:   Mon Apr 1 13:29:05 2013 -0400

    ipython requires the 'argparse' module (#874133)

 ipython.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ipython.spec b/ipython.spec
index 53d03a3..5b0f60d 100644
--- a/ipython.spec
+++ b/ipython.spec
@@ -4,7 +4,7 @@
 
 Name:           ipython
 Version:        0.10
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        An enhanced interactive Python shell
 
 Group:          Development/Libraries
@@ -18,6 +18,7 @@ BuildRequires:  python-devel
 Requires:       python-foolscap
 Requires:       python-twisted-core
 Requires:       python-zope-interface
+Requires:       python-argparse
 
 
 %description
@@ -153,6 +154,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Apr 01 2013 David Cantrell <dcantrell at redhat.com> - 0.10-3
+- ipython requires the 'argparse' module (#874133)
+
 * Tue Apr 13 2010 Thomas Spura <tomspur at fedoraproject.org> - 0.10-2
 - move docs into a subpackage
 - subpackage wxPython


More information about the scm-commits mailing list