rpms/ipython/devel ipython.spec,1.33,1.34

tomspur tomspur at fedoraproject.org
Mon Jul 19 14:33:01 UTC 2010


Author: tomspur

Update of /cvs/pkgs/rpms/ipython/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11627/devel

Modified Files:
	ipython.spec 
Log Message:
add missing dependencies: pexpect and python-argparse


Index: ipython.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ipython/devel/ipython.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- ipython.spec	22 Jun 2010 07:01:23 -0000	1.33
+++ ipython.spec	19 Jul 2010 14:33:01 -0000	1.34
@@ -4,7 +4,7 @@
 
 Name:           ipython
 Version:        0.10
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        An enhanced interactive Python shell
 
 Group:          Development/Libraries
@@ -28,11 +28,16 @@ Requires:       python-twisted-core
 Requires:       python-zope-interface
 
 #bundled libs
+Requires:       pexpect
 Requires:       python-configobj
 Requires:       python-mglob
 Requires:       python-pretty
 Requires:       python-simplegeneric
 
+# will be in python 3.2
+Requires:       python-argparse
+
+
 
 %description
 
@@ -199,6 +204,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jul 19 2010 Thomas Spura <tomspur at fedoraproject.org> - 0.10-6
+- add missing dependencies: pexpect and python-argparse
+
 * Tue Jun 22 2010 Thomas Spura <tomspur at fedoraproject.org> - 0.10-5
 - two more unbundled libraries in fedora
 



More information about the scm-commits mailing list