summaryrefslogtreecommitdiff
path: root/sysutils
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
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')
-rw-r--r--sysutils/ansible/Makefile4
-rw-r--r--sysutils/fabric/Makefile4
2 files changed, 4 insertions, 4 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
diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile
index 3c246d00904..97e4cd7c652 100644
--- a/sysutils/fabric/Makefile
+++ b/sysutils/fabric/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2015/08/12 03:26:47 gls Exp $
+# $NetBSD: Makefile,v 1.40 2015/10/03 22:56:21 rodent Exp $
VERSION= 1.10.2
DISTNAME= Fabric-${VERSION}
@@ -13,7 +13,7 @@ LICENSE= 2-clause-bsd
DEPENDS+= ${PYPKGPREFIX}-paramiko>=1.10.0:../../security/py-paramiko
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-paramiko
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # no support yet
USE_TOOLS+= pax