summaryrefslogtreecommitdiff
path: root/devel/bzr
diff options
context:
space:
mode:
authorwiz <wiz>2012-10-04 07:05:53 +0000
committerwiz <wiz>2012-10-04 07:05:53 +0000
commitfb953d57c8c13c14b8885e26a0628dc3135ca99b (patch)
tree72733f67353cd21ce23274fee05f1a3de1d665cf /devel/bzr
parent618c898c9f2302efdba50bb2733bfc0d248d7d44 (diff)
downloadpkgsrc-fb953d57c8c13c14b8885e26a0628dc3135ca99b.tar.gz
Remove unnecessary python restriction (to all supported versions).
Diffstat (limited to 'devel/bzr')
-rw-r--r--devel/bzr/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile
index fd5bac77709..877695e7d61 100644
--- a/devel/bzr/Makefile
+++ b/devel/bzr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2012/04/08 21:28:17 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2012/10/04 07:05:54 wiz Exp $
DISTNAME= bzr-${VER}
PKGREVISION= 1
@@ -21,9 +21,6 @@ USE_TOOLS+= gmake msgfmt
PY_PATCHPLIST= yes
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
PYTHON_PATCH_SCRIPTS= bzr bzrlib/weave.py
PYTHON_PATCH_SCRIPTS+= bzrlib/patiencediff.py bzrlib/_patiencediff_py.py