aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-python-consul
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-03-13 14:40:48 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-03-13 14:40:48 +0000
commit6f6af4a4436987415cea26f248321e2d8409eaba (patch)
treeaff198d0514f9ee638b22091e192a587c63336d1 /sysutils/py-python-consul
parent64f3b4390f3232fb2d15241e916a194ca14c47df (diff)
downloadports-6f6af4a4436987415cea26f248321e2d8409eaba.tar.gz
ports-6f6af4a4436987415cea26f248321e2d8409eaba.zip
Fixup invalid USES=python arguments.
Reported by: tobik (in D19569)
Notes
Notes: svn path=/head/; revision=495577
Diffstat (limited to 'sysutils/py-python-consul')
-rw-r--r--sysutils/py-python-consul/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/py-python-consul/Makefile b/sysutils/py-python-consul/Makefile
index 8c373f4f7990..f67b93a181ed 100644
--- a/sysutils/py-python-consul/Makefile
+++ b/sysutils/py-python-consul/Makefile
@@ -20,7 +20,11 @@ RUN_DEPENDS= ${LOCALBASE}/bin/consul:sysutils/consul \
${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR}
-USES= python:2.7-3.6+
+IGNORE= ${IGNORE_${FLAVOR}}
+IGNORE_py35= Does not work with Python 3.5
+
+# 2.7 or 3.6+, but it cannot be expressed right now.
+USES= python
USE_PYTHON= distutils autoplist