summaryrefslogtreecommitdiff
path: root/devel/bzr-explorer
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-10-04 07:05:53 +0000
committerwiz <wiz@pkgsrc.org>2012-10-04 07:05:53 +0000
commit236aef157e21f087b341a1b9d14766d509311afa (patch)
tree72733f67353cd21ce23274fee05f1a3de1d665cf /devel/bzr-explorer
parent8b8d1dcdd1aeb070e8fb84774334df21eab45ab9 (diff)
downloadpkgsrc-236aef157e21f087b341a1b9d14766d509311afa.tar.gz
Remove unnecessary python restriction (to all supported versions).
Diffstat (limited to 'devel/bzr-explorer')
-rw-r--r--devel/bzr-explorer/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/bzr-explorer/Makefile b/devel/bzr-explorer/Makefile
index 11865f1ca5a..077dd1b7853 100644
--- a/devel/bzr-explorer/Makefile
+++ b/devel/bzr-explorer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/05/15 03:50:34 reed Exp $
+# $NetBSD: Makefile,v 1.11 2012/10/04 07:05:53 wiz Exp $
DISTNAME= bzr-explorer-${VER}
PKGREVISION= 2
@@ -22,9 +22,6 @@ DEPENDS+= qbzr>=0.11:../../devel/qbzr
DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4
PYDISTUTILSPKG= yes
-# Only these python versions are supported, see:
-# http://doc.bazaar.canonical.com/bzr.dev/en/whats-new/whats-new-in-2.4.html
-PYTHON_VERSIONS_ACCEPTED= 27 26
.include "../../devel/bzr/plugin.mk"
.include "../../lang/python/extension.mk"