aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-11-08 19:12:54 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-11-08 19:12:54 +0000
commit5fd8d6b0f3dc7560b56197c887a81c8838f0c08a (patch)
treeda87e07e0ba72f6b2817074cc55d1875421b2289
parent75b95e59bdd34465c25bdd4da4c115b4f4e60aa9 (diff)
downloadports-5fd8d6b0f3dc7560b56197c887a81c8838f0c08a.tar.gz
ports-5fd8d6b0f3dc7560b56197c887a81c8838f0c08a.zip
- Limit python version (does not build with 3.7+)
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=517088
-rw-r--r--devel/py-python-gitlab/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-python-gitlab/Makefile b/devel/py-python-gitlab/Makefile
index 72a9fa1ad393..10a91d86c16b 100644
--- a/devel/py-python-gitlab/Makefile
+++ b/devel/py-python-gitlab/Makefile
@@ -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