diff options
Diffstat (limited to 'www/py-nbconvert/Makefile')
-rw-r--r-- | www/py-nbconvert/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-nbconvert/Makefile b/www/py-nbconvert/Makefile index f1297b26a42..3d10f429256 100644 --- a/www/py-nbconvert/Makefile +++ b/www/py-nbconvert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2020/08/09 23:37:32 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2021/12/30 13:05:41 adam Exp $ DISTNAME= nbconvert-5.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -32,7 +32,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-ipykernel +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-ipykernel post-install: cd ${DESTDIR}${PREFIX}/bin && \ |