summaryrefslogtreecommitdiff
path: root/math/py-asdf
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-12-30 13:05:27 +0000
committeradam <adam@pkgsrc.org>2021-12-30 13:05:27 +0000
commit2a4aa624ba67ab6f387f6ea74ed58116f72f8029 (patch)
treeba4b2b7073fa0770abcbf886b141067686318df9 /math/py-asdf
parentcb1e461df2dc6b463b6005de0c1c93384dcc85bd (diff)
downloadpkgsrc-2a4aa624ba67ab6f387f6ea74ed58116f72f8029.tar.gz
Forget about Python 3.6
Diffstat (limited to 'math/py-asdf')
-rw-r--r--math/py-asdf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-asdf/Makefile b/math/py-asdf/Makefile
index c7303613ea4..5ead62b3658 100644
--- a/math/py-asdf/Makefile
+++ b/math/py-asdf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/12/14 07:11:40 adam Exp $
+# $NetBSD: Makefile,v 1.5 2021/12/30 13:05:35 adam Exp $
DISTNAME= asdf-2.8.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-yaml>=3.10:../../textproc/py-yaml
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-numpy
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-numpy
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} < 39