Sun Apr 20 13:16:28 2014 UTC ()
Added net/py-zmq as a dependency in order to enable the new ipython cluster
mode.


(imil)
diff -r1.9 -r1.10 pkgsrc/devel/py-ipython/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/devel/py-ipython/Makefile (expand / switch to context diff)
--- pkgsrc/devel/py-ipython/Makefile 2014/04/20 13:08:54 1.9
+++ pkgsrc/devel/py-ipython/Makefile 2014/04/20 13:16:28 1.10
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2014/04/20 13:08:54 imil Exp $
+# $NetBSD: Makefile,v 1.10 2014/04/20 13:16:28 imil Exp $
 
 DISTNAME=	ipython-2.0.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=	2
+PKGREVISION=	3
 CATEGORIES=	devel lang
 MASTER_SITES=	https://pypi.python.org/packages/source/i/ipython/
 
@@ -14,6 +14,7 @@
 DEPENDS+=	${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
 DEPENDS+=	${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect
 DEPENDS+=	${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+DEPENDS+=	${PYPKGPREFIX}-zmq>=14.0.1:../../net/py-zmq
 
 PYTHON_SELF_CONFLICT=	yes
 # requires Python >= 2.7.2 or >= 3.3.0