summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-12-17 07:23:04 +0000
committerwiz <wiz@pkgsrc.org>2014-12-17 07:23:04 +0000
commit4e28d4b269e6d03a21b86822f00541508cb79096 (patch)
tree505cc004fa2470da310788dfbdca6a634b251dd5 /lang
parent71b1b08a06c17fcc628b5072bc952d9df2097aa5 (diff)
downloadpkgsrc-4e28d4b269e6d03a21b86822f00541508cb79096.tar.gz
Bump py-setuptools dependency to 0.8 since that version changed
version number handling.
Diffstat (limited to 'lang')
-rw-r--r--lang/python/egg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/egg.mk b/lang/python/egg.mk
index 317da0b1349..2b0a1b382c1 100644
--- a/lang/python/egg.mk
+++ b/lang/python/egg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: egg.mk,v 1.18 2014/12/06 15:17:08 rodent Exp $
+# $NetBSD: egg.mk,v 1.19 2014/12/17 07:23:04 wiz Exp $
#
# Common logic to handle Python Eggs
#
@@ -38,7 +38,7 @@ _PYSETUPTOOLSINSTALLARGS= --single-version-externally-managed
_PYSETUPTOOLSINSTALLARGS+= --root=/
.endif
-DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c9:../../devel/py-setuptools
+DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.8:../../devel/py-setuptools
INSTALLATION_DIRS+= ${PYSITELIB}