wok-4.x rev 12299
python: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jun 06 09:58:03 2012 +0200 (2012-06-06) |
parents | 95d1e638c14c |
children | 394ef701bab5 |
files | python/receipt |
line diff
1.1 --- a/python/receipt Mon May 28 14:37:06 2012 +0200 1.2 +++ b/python/receipt Wed Jun 06 09:58:03 2012 +0200 1.3 @@ -9,11 +9,11 @@ 1.4 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://www.python.org/" 1.6 WGET_URL="http://www.python.org/ftp/python/$VERSION/$TARBALL" 1.7 -SUGGESTED="tcl tk" 1.8 1.9 DEPENDS="openssl bzlib readline sqlite zlib ncursesw" 1.10 -BUILD_DEPENDS="openssl-dev bzip2-dev readline-dev ncursesw-dev tcl-dev \ 1.11 -tk-dev" 1.12 +BUILD_DEPENDS="openssl-dev bzip2-dev readline-dev sqlite-dev zlib-dev \ 1.13 +ncursesw-dev tcl-dev tk-dev db-dev" 1.14 +SUGGESTED="tcl tk" 1.15 1.16 # Rules to configure and make the package. 1.17 compile_rules()