wok-6.x rev 12990
python: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jun 06 09:57:30 2012 +0200 (2012-06-06) |
parents | 65940fb0441b |
children | 68b94dfafd32 |
files | python/receipt |
line diff
1.1 --- a/python/receipt Mon Jun 04 00:47:21 2012 +0200 1.2 +++ b/python/receipt Wed Jun 06 09:57:30 2012 +0200 1.3 @@ -11,8 +11,9 @@ 1.4 WGET_URL="http://www.python.org/ftp/python/$VERSION/$TARBALL" 1.5 1.6 DEPENDS="openssl bzlib readline sqlite zlib ncursesw" 1.7 -BUILD_DEPENDS="openssl-dev bzip2-dev readline-dev ncursesw-dev tcl-dev \ 1.8 -tk-dev" 1.9 +BUILD_DEPENDS="openssl-dev bzip2-dev readline-dev sqlite-dev zlib-dev \ 1.10 +ncursesw-dev tcl-dev tk-dev db-dev" 1.11 +SUGGESTED="tcl tk" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules()