summaryrefslogtreecommitdiff
path: root/package/pyrex
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-11 17:52:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-11 17:52:31 +0100
commitb4b7d73745f75b3617d791106a1875f70ffa628c (patch)
tree0fbbb65d096f147d5c0a1c1833e25e0614fa372e /package/pyrex
parent153402bb445d60fb0712f849ac1d8b7945b2a84a (diff)
add dependency to python2
Diffstat (limited to 'package/pyrex')
-rw-r--r--package/pyrex/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/pyrex/Makefile b/package/pyrex/Makefile
index 97b497a55..06f1f1787 100644
--- a/package/pyrex/Makefile
+++ b/package/pyrex/Makefile
@@ -5,10 +5,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= Pyrex
PKG_VERSION:= 0.9.9
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 515dee67d15d4393841e2d60e8341947
PKG_DESCR:= mixes Python and C data types
PKG_SECTION:= libs
+PKG_DEPENDS:= python2
PKG_URL:= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
PKG_SITES:= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/