1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- Document incompatibility with python 3.7+

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-04-05 23:27:57 +00:00
parent aa948e5a55
commit a9a04b33ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498038

View File

@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}paramz>=0.9.0:science/py-paramz@${PY_FLAVOR}
USES= localbase python
USES= localbase python:-3.6
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>