1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

- Limit python version (does not build with 3.7+)

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-11-07 21:44:44 +00:00
parent 24fde7f465
commit 5ed5b0510f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517017

View File

@ -18,6 +18,6 @@ BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USE_PYTHON= autoplist distutils cython
USES= python
USES= python:-3.6
.include <bsd.port.mk>