From 2e81735b867e383c6b166612f665b9bfa3ea8614 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Apr 01 2013 17:29:05 +0000 Subject: ipython requires the 'argparse' module (#874133) --- 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 - 0.10-3 +- ipython requires the 'argparse' module (#874133) + * Tue Apr 13 2010 Thomas Spura - 0.10-2 - move docs into a subpackage - subpackage wxPython