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

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-11-08 17:10:14 +00:00
parent a008399a74
commit efd4f1e403
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517081

View file

@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/licenses/LICENSE.rst
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USES= python
USES= python:-3.6
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>