diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-11 17:52:31 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-11 17:52:31 +0100 |
commit | b4b7d73745f75b3617d791106a1875f70ffa628c (patch) | |
tree | 0fbbb65d096f147d5c0a1c1833e25e0614fa372e /package | |
parent | 153402bb445d60fb0712f849ac1d8b7945b2a84a (diff) |
add dependency to python2
Diffstat (limited to 'package')
-rw-r--r-- | package/pyrex/Makefile | 3 |
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/ |