summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorwiz <wiz>2011-02-25 09:47:18 +0000
committerwiz <wiz>2011-02-25 09:47:18 +0000
commit86ce9235ada6d1684740c25ac47e095594da7557 (patch)
treeb9ce2c6269b72ed740ad13fce0a5e6992338901f /lang/python
parentbdd173f01d4fab8e2a1411c96a70aaadb99767a8 (diff)
downloadpkgsrc-86ce9235ada6d1684740c25ac47e095594da7557.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/python')
-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