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-08 12:12:42 +00:00
parent b23142f2f1
commit d696ac2f3b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517051

View File

@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}h5py>=2.2.0:science/py-h5py@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
USES= python
USES= python:-3.6
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.pre.mk>