py-numpy: allow python 3.6 again
Better have this listed as breakage for py36-numpy than not having the bulk builds start up because the packages using this still want to build it for python 3.6
This commit is contained in:
parent
1f6b4a7a48
commit
6b0f200fcd
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.79 2021/05/03 17:15:22 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.80 2021/05/05 06:27:45 wiz Exp $
|
||||
|
||||
DISTNAME= numpy-1.20.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -22,7 +22,7 @@ USE_LANGUAGES= c99 fortran
|
|||
|
||||
REPLACE_PYTHON+= *.py */*.py */*/*.py */*/*/*.py */*/*/*/*.py
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27 36
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27 # 36
|
||||
|
||||
# XXX Avoid picking up other compilers when installed
|
||||
.include "../../mk/compiler.mk"
|
||||
|
|
Loading…
Reference in a new issue