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

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-11-08 19:12:54 +00:00
parent 75b95e59bd
commit 5fd8d6b0f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517088

View File

@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.4.2:www/py-requests@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httmock>0:www/py-httmock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
USES= python
USES= python:-3.6
OPTIONS_DEFINE= DOCS