summaryrefslogtreecommitdiff
path: root/devel/bzr-svn
diff options
context:
space:
mode:
authorrodent <rodent>2015-10-03 22:57:22 +0000
committerrodent <rodent>2015-10-03 22:57:22 +0000
commit8463cc4ee54a894c1efccd8dace150089e48d224 (patch)
treeaa89dca44e990a3bebb16587e8433f3b6ae67b77 /devel/bzr-svn
parent56032ef36a193ba7f801c2ca700d6f33a21e6730 (diff)
downloadpkgsrc-8463cc4ee54a894c1efccd8dace150089e48d224.tar.gz
Lack of py3x support is not due to py-paramiko.
Diffstat (limited to 'devel/bzr-svn')
-rw-r--r--devel/bzr-svn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bzr-svn/Makefile b/devel/bzr-svn/Makefile
index 877708b5578..5ff9e6ccb6c 100644
--- a/devel/bzr-svn/Makefile
+++ b/devel/bzr-svn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2014/12/31 13:57:26 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2015/10/03 22:57:22 rodent Exp $
DISTNAME= bzr-svn-${VER}
CATEGORIES= devel scm
@@ -25,7 +25,7 @@ USE_LANGUAGES= #none
#TEST_DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
#TEST_TARGET= check-verbose
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-subvertpy, py-paramiko
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-subvertpy
.include "../../devel/bzr/plugin.mk"
.include "../../lang/python/application.mk"