summaryrefslogtreecommitdiff
path: root/math/py-pyerfa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-pyerfa/Makefile')
-rw-r--r--math/py-pyerfa/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-pyerfa/Makefile b/math/py-pyerfa/Makefile
index b1f4fae931c..e52f738b4d7 100644
--- a/math/py-pyerfa/Makefile
+++ b/math/py-pyerfa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/12/19 14:26:57 mef Exp $
+# $NetBSD: Makefile,v 1.2 2021/12/30 13:05:38 adam Exp $
DISTNAME= pyerfa-1.7.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,8 +15,7 @@ MAKE_ENV+= PYERFA_USE_SYSTEM_LIBERFA=1
USE_LIBTOOL= yes
USE_LANGUAGES= c
-PYTHON_VERSIONS_INCOMPATIBLE+= 27
-PYTHON_VERSIONS_INCOMPATIBLE+= 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-numpy>=1.17.0:../../math/py-numpy
DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.10.3:../../textproc/py-jinja2