From 41e422efa78669f837d8946d075e3d7b6599f14f Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 17 Feb 2009 15:32:22 +0000 Subject: Require setuptools 0.6c9 to get consistent native_libs.txt behavior. No recursive bump as packages either have been broken or are working correctly with older versions. While here, fix the Python version comment. --- lang/python/egg.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/python') diff --git a/lang/python/egg.mk b/lang/python/egg.mk index aa70a0a95dd..2c8846143c1 100644 --- a/lang/python/egg.mk +++ b/lang/python/egg.mk @@ -1,4 +1,4 @@ -# $NetBSD: egg.mk,v 1.6 2008/09/12 05:32:38 epg Exp $ +# $NetBSD: egg.mk,v 1.7 2009/02/17 15:32:22 joerg Exp $ # # Common logic to handle Python Eggs # @@ -8,7 +8,7 @@ EGG_NAME?= ${DISTNAME} PYDISTUTILSPKG= yes PY_PATCHPLIST= yes -# Only Python 2.4 support by devel/py-setuptools right now +# Only Python 2.4+ supported by devel/py-setuptools right now PYTHON_VERSIONS_ACCEPTED?= 25 24 PLIST_SUBST+= EGG_NAME=${EGG_NAME}-py${PYVERSSUFFIX} @@ -23,7 +23,7 @@ _PYSETUPTOOLSINSTALLARGS= --single-version-externally-managed _PYSETUPTOOLSINSTALLARGS+= --root=/ .endif -DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c6:../../devel/py-setuptools +DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c9:../../devel/py-setuptools INSTALLATION_DIRS+= ${PYSITELIB} -- cgit v1.2.3