diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-25 09:47:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-25 09:47:18 +0000 |
commit | df148167909a2ea09151d92ca19966fc53f0d999 (patch) | |
tree | b9ce2c6269b72ed740ad13fce0a5e6992338901f /lang | |
parent | db475c9fcdb210502424c9d103785c680346ae13 (diff) | |
download | pkgsrc-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.mk | 4 |
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 |