Added net/py-zmq as a dependency in order to enable the new ipython cluster

mode.
This commit is contained in:
imil 2014-04-20 13:16:28 +00:00
parent 784395bd26
commit f7a05cf221

View file

@ -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 @@ LICENSE= modified-bsd
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