wok rev 5251
python: Fix dependencies (no tk and all X...)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 12 18:42:32 2010 +0200 (2010-04-12) |
parents | f40562d246c3 |
children | 61d60bb7fdb0 |
files | python/receipt |
line diff
1.1 --- a/python/receipt Mon Apr 12 18:38:44 2010 +0200 1.2 +++ b/python/receipt Mon Apr 12 18:42:32 2010 +0200 1.3 @@ -6,9 +6,8 @@ 1.4 SHORT_DESC="The Python programming language." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 SOURCE="Python" 1.7 -DEPENDS="openssl ncurses bzlib libdb readline sqlite zlib xorg-libXss ncursesw \ 1.8 -gdbm tk" 1.9 -BUILD_DEPENDS="readline-dev openssl openssl-dev ncurses ncurses-dev" 1.10 +DEPENDS="openssl bzlib readline sqlite zlib ncursesw" 1.11 +BUILD_DEPENDS="$DEPENDS readline-dev openssl-dev ncursesw-dev" 1.12 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.13 WEB_SITE="http://www.python.org/" 1.14 WGET_URL="http://www.python.org/ftp/python/$VERSION/$TARBALL"