[ipython/el6] Add Requires for python-argparse (#874133)

David Cantrell dcantrel at fedoraproject.org
Wed Sep 3 12:06:01 UTC 2014


commit 8ad81ce67bdb5fea61a836db080da6fa6875e37b
Author: David Cantrell <david.l.cantrell at gmail.com>
Date:   Wed Sep 3 08:05:46 2014 -0400

    Add Requires for python-argparse (#874133)

 ipython.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/ipython.spec b/ipython.spec
index a8e2f3d..ac4e1c1 100644
--- a/ipython.spec
+++ b/ipython.spec
@@ -65,6 +65,8 @@ BuildRequires:  xorg-x11-server-Xvfb
 # Require $current_python_interpreter-ipython
 Requires:       python-ipython
 
+Requires:       python-argparse
+
 # add python3 packages
 %if 0%{?with_python3}
 BuildRequires:  python3-devel
@@ -548,6 +550,9 @@ PYTHONPATH=%{buildroot}%{python_sitelib} \
 %endif # with_python3
 
 %changelog
+* Wed Sep 03 2014 David Cantrell <dcantrell at redhat.com> - 0.13.2-6
+- Add Requires for python-argparse (#874133)
+
 * Tue Jul 15 2014 Thomas Spura <tomspur at fedoraproject.org> - 0.13.2-5
 - add fix for CVE-2014-3429 (#1119890)
 


More information about the scm-commits mailing list