diff options
author | imil <imil> | 2014-04-20 13:16:28 +0000 |
---|---|---|
committer | imil <imil> | 2014-04-20 13:16:28 +0000 |
commit | 17f20c3167d0fb3cfc241a64b13727485cd5d640 (patch) | |
tree | 98bd3a90a54d67541db14863ecbe5f2937af4513 /devel/py-ipython | |
parent | 629decf49b0996beaa04005f51ff8b5b3fa0f2e5 (diff) | |
download | pkgsrc-17f20c3167d0fb3cfc241a64b13727485cd5d640.tar.gz |
Added net/py-zmq as a dependency in order to enable the new ipython cluster
mode.
Diffstat (limited to 'devel/py-ipython')
-rw-r--r-- | devel/py-ipython/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-ipython/Makefile b/devel/py-ipython/Makefile index cd895a2fc77..3eb322c712d 100644 --- a/devel/py-ipython/Makefile +++ b/devel/py-ipython/Makefile @@ -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 |