diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-15 22:33:14 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-15 22:33:14 +0000 |
commit | a7f48473396b3ea95d37e705f41b46307dca9c8c (patch) | |
tree | d8394e1954ec3eb85d2a6152dcdcc6cff96b8fe8 /sysutils/py-python-consul | |
parent | py-pivy-devel: allow building with any python (diff) |
Remove bogus IGNORE
Notes
Notes:
svn path=/head/; revision=495835
Diffstat (limited to 'sysutils/py-python-consul')
-rw-r--r-- | sysutils/py-python-consul/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/py-python-consul/Makefile b/sysutils/py-python-consul/Makefile index f67b93a181ed..a324298f3b5b 100644 --- a/sysutils/py-python-consul/Makefile +++ b/sysutils/py-python-consul/Makefile @@ -20,9 +20,6 @@ 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} -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 |