diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-04 22:39:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-04 22:39:28 +0100 |
commit | 04b4332e8476769c558b3c75c5b88792ac0c95a3 (patch) | |
tree | 6fe3546dc71bb10074e4eac33908f40db96e27d8 /package/python2/Makefile | |
parent | 6c7ce319e1e1e00958184349a0396ee7c5262c66 (diff) |
add zlib dependency, fix binascii module build
Diffstat (limited to 'package/python2/Makefile')
-rw-r--r-- | package/python2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile index 2325a51d1..96452b025 100644 --- a/package/python2/Makefile +++ b/package/python2/Makefile @@ -5,11 +5,12 @@ include ${TOPDIR}/rules.mk PKG_NAME:= python2 PKG_VERSION:= 2.7 -PKG_RELEASE:= 3 +PKG_RELEASE:= 4 PKG_MD5SUM:= 35f56b092ecf39a6bd59d64f142aae0f PKG_DESCR:= Python scripting language (Version 2) PKG_SECTION:= lang -PKG_DEPENDS:= libpthread +PKG_DEPENDS:= libpthread zlib +PKG_BUILDDEP:= zlib PKG_URL:= http://www.python.org/ PKG_SITES:= http://www.python.org/ftp/python/${PKG_VERSION}/ |