wok-next diff python/receipt @ rev 12641
gnomad2: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 29 22:10:56 2012 +0200 (2012-04-29) |
parents | 3ab0e975f37e |
children | 25462b421cd8 |
line diff
1.1 --- a/python/receipt Wed Oct 12 12:47:24 2011 +0000 1.2 +++ b/python/receipt Sun Apr 29 22:10:56 2012 +0200 1.3 @@ -11,7 +11,8 @@ 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" 1.8 +BUILD_DEPENDS="openssl-dev bzip2-dev readline-dev ncursesw-dev tcl-dev \ 1.9 +tk-dev" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules()