pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-nbconvert



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr  7 07:22:22 UTC 2022

Modified Files:
        pkgsrc/www/py-nbconvert: Makefile

Log Message:
py-nbconvert: add missing dependency on www/py-beautifulsoup4


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-nbconvert/Makefile

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

Modified files:

Index: pkgsrc/www/py-nbconvert/Makefile
diff -u pkgsrc/www/py-nbconvert/Makefile:1.16 pkgsrc/www/py-nbconvert/Makefile:1.17
--- pkgsrc/www/py-nbconvert/Makefile:1.16       Tue Mar 29 07:39:58 2022
+++ pkgsrc/www/py-nbconvert/Makefile    Thu Apr  7 07:22:22 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2022/03/29 07:39:58 adam Exp $
+# $NetBSD: Makefile,v 1.17 2022/04/07 07:22:22 adam Exp $
 
 DISTNAME=      nbconvert-6.4.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://jupyter.org/
 COMMENT=       Converting Jupyter Notebooks
 LICENSE=       modified-bsd
 
+DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup4>0:../../www/py-beautifulsoup4
 DEPENDS+=      ${PYPKGPREFIX}-bleach>0:../../www/py-bleach
 DEPENDS+=      ${PYPKGPREFIX}-defusedxml>0:../../textproc/py-defusedxml
 DEPENDS+=      ${PYPKGPREFIX}-entrypoints>=0.2.2:../../devel/py-entrypoints



Home | Main Index | Thread Index | Old Index