pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-ipykernel (devel/py-ipykernel) fix build, +py...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65485e1ac014
branches:  trunk
changeset: 458560:65485e1ac014
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Sep 18 12:16:03 2021 +0000

description:
(devel/py-ipykernel) fix build, +py-ipython_genutils for DEPENDS

diffstat:

 devel/py-ipykernel/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 964c2a650b7d -r 65485e1ac014 devel/py-ipykernel/Makefile
--- a/devel/py-ipykernel/Makefile       Sat Sep 18 11:43:13 2021 +0000
+++ b/devel/py-ipykernel/Makefile       Sat Sep 18 12:16:03 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2021/06/10 18:47:24 adam Exp $
+# $NetBSD: Makefile,v 1.27 2021/09/18 12:16:03 mef Exp $
 
 DISTNAME=      ipykernel-5.5.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@
 DEPENDS+=      ${PYPKGPREFIX}-jupyter_client-[0-9]*:../../devel/py-jupyter_client
 DEPENDS+=      ${PYPKGPREFIX}-tornado>=4.2:../../www/py-tornado
 DEPENDS+=      ${PYPKGPREFIX}-traitlets>=4.1.0:../../devel/py-traitlets
+DEPENDS+=      ${PYPKGPREFIX}-ipython_genutils-[0-9]*:../../devel/py-ipython_genutils
+
 TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test



Home | Main Index | Thread Index | Old Index