summaryrefslogtreecommitdiff
path: root/sysutils/ansible
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
committeradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
commit2019fddeb4a03f35d05240122f8adaba399b2031 (patch)
tree8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /sysutils/ansible
parent576e28830879dd1e62f4d61c31a43700bc131bc7 (diff)
downloadpkgsrc-2019fddeb4a03f35d05240122f8adaba399b2031.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'sysutils/ansible')
-rw-r--r--sysutils/ansible/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile
index 9a2e04e06b1..2eb1bf6b8ab 100644
--- a/sysutils/ansible/Makefile
+++ b/sysutils/ansible/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2015/10/03 22:56:21 rodent Exp $
+# $NetBSD: Makefile,v 1.16 2015/12/05 21:25:58 adam Exp $
DISTNAME= ansible-1.6.10
PKGREVISION= 1
@@ -34,7 +34,7 @@ SUBST_FILES.pythonbin= Makefile
SUBST_MESSAGE.pythonbin= Fixing path to PYTHONBIN.
SUBST_SED.pythonbin= -e "s,PYTHON=python,PYTHON=${PYTHONBIN},"
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # no support yet
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # no support yet
REPLACE_PYTHON+= lib/ansible/runner/action_plugins/synchronize.py
REPLACE_PYTHON+= lib/ansible/utils/module_docs.py