summaryrefslogtreecommitdiff
path: root/sysutils/ansible
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2015-10-03 22:56:21 +0000
committerrodent <rodent@pkgsrc.org>2015-10-03 22:56:21 +0000
commit7b20dc1542bd61a9ef8b2950c0b0b9d87d2797e2 (patch)
treea91be63ce4a5c93353410147218795d802bf60e7 /sysutils/ansible
parent8433a9259d8e92b8af3cc0b1e97b7bea8470e954 (diff)
downloadpkgsrc-7b20dc1542bd61a9ef8b2950c0b0b9d87d2797e2.tar.gz
Neither ansible nor fabric don't work under py3x due to paramiko - they
don't have py3x support.
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 9b68441bcf8..9a2e04e06b1 100644
--- a/sysutils/ansible/Makefile
+++ b/sysutils/ansible/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2015/06/25 13:21:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.15 2015/10/03 22:56:21 rodent 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 # py-paramiko
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # no support yet
REPLACE_PYTHON+= lib/ansible/runner/action_plugins/synchronize.py
REPLACE_PYTHON+= lib/ansible/utils/module_docs.py