pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-ipython py-ipython: also DEPEND on py-sqlite3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b19d10a333d3
branches:  trunk
changeset: 374545:b19d10a333d3
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 25 09:28:15 2018 +0000

description:
py-ipython: also DEPEND on py-sqlite3

diffstat:

 devel/py-ipython/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 2682679063ac -r b19d10a333d3 devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Thu Jan 25 06:23:45 2018 +0000
+++ b/devel/py-ipython/Makefile Thu Jan 25 09:28:15 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2017/12/13 08:58:03 adam Exp $
+# $NetBSD: Makefile,v 1.26 2018/01/25 09:28:15 adam Exp $
 
 DISTNAME=      ipython-6.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
 
@@ -19,6 +19,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-setuptools>=18.5:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-simplegeneric>0.8:../../devel/py-simplegeneric
+DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 DEPENDS+=      ${PYPKGPREFIX}-traitlets>=4.2:../../devel/py-traitlets
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-nose>=0.10.1:../../devel/py-nose
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath



Home | Main Index | Thread Index | Old Index