pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ipykernel



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Sep 18 12:16:03 UTC 2021

Modified Files:
        pkgsrc/devel/py-ipykernel: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-ipykernel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-ipykernel/Makefile
diff -u pkgsrc/devel/py-ipykernel/Makefile:1.26 pkgsrc/devel/py-ipykernel/Makefile:1.27
--- pkgsrc/devel/py-ipykernel/Makefile:1.26     Thu Jun 10 18:47:24 2021
+++ pkgsrc/devel/py-ipykernel/Makefile  Sat Sep 18 12:16:03 2021
@@ -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}-ipython>=6.0.0:
 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