diff options
Diffstat (limited to 'devel/py-jupyter_core/Makefile')
-rw-r--r-- | devel/py-jupyter_core/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-jupyter_core/Makefile b/devel/py-jupyter_core/Makefile index 7308c8c94ca..9bc4ca58ada 100644 --- a/devel/py-jupyter_core/Makefile +++ b/devel/py-jupyter_core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2021/06/29 08:34:18 nia Exp $ +# $NetBSD: Makefile,v 1.14 2021/12/30 13:05:31 adam Exp $ DISTNAME= jupyter_core-4.7.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 36 +PYTHON_VERSIONS_INCOMPATIBLE= 27 SUBST_CLASSES+= fix-prefix SUBST_STAGE.fix-prefix= pre-configure |