summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-02-25 09:47:18 +0000
committerwiz <wiz@pkgsrc.org>2011-02-25 09:47:18 +0000
commitdf148167909a2ea09151d92ca19966fc53f0d999 (patch)
treeb9ce2c6269b72ed740ad13fce0a5e6992338901f /lang
parentdb475c9fcdb210502424c9d103785c680346ae13 (diff)
downloadpkgsrc-df148167909a2ea09151d92ca19966fc53f0d999.tar.gz
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
Diffstat (limited to 'lang')
-rw-r--r--lang/python/pyversion.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk
index 9df7a1fde22..18154d6726d 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.85 2011/02/22 11:12:51 obache Exp $
+# $NetBSD: pyversion.mk,v 1.86 2011/02/25 09:47:24 wiz Exp $
# This file determines which Python version is used as a dependency for
# a package.
@@ -69,7 +69,7 @@ BUILD_DEFS+= PYTHON_VERSION_DEFAULT
BUILD_DEFS_EFFECTS+= PYPACKAGE
PYTHON_VERSION_DEFAULT?= 26
-PYTHON_VERSIONS_ACCEPTED?= 27 26 25 24
+PYTHON_VERSIONS_ACCEPTED?= 27 27 26 25 24
PYTHON_VERSIONS_INCOMPATIBLE?= # empty by default
BUILDLINK_API_DEPENDS.python24?= python24>=2.4