summaryrefslogtreecommitdiff
path: root/sysutils/fabric/Makefile
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/fabric/Makefile
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/fabric/Makefile')
-rw-r--r--sysutils/fabric/Makefile4
1 files changed, 2 insertions, 2 deletions
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