# HG changeset patch # User Christophe Lincoln # Date 1271090552 -7200 # Node ID 0996fc6543926c54e447f6ea5610a898ae5cdc65 # Parent f40562d246c3d91e506a0fe99562426d4ac3fbe2 python: Fix dependencies (no tk and all X...) diff -r f40562d246c3 -r 0996fc654392 python/receipt --- a/python/receipt Mon Apr 12 18:38:44 2010 +0200 +++ b/python/receipt Mon Apr 12 18:42:32 2010 +0200 @@ -6,9 +6,8 @@ SHORT_DESC="The Python programming language." MAINTAINER="pankso@slitaz.org" SOURCE="Python" -DEPENDS="openssl ncurses bzlib libdb readline sqlite zlib xorg-libXss ncursesw \ -gdbm tk" -BUILD_DEPENDS="readline-dev openssl openssl-dev ncurses ncurses-dev" +DEPENDS="openssl bzlib readline sqlite zlib ncursesw" +BUILD_DEPENDS="$DEPENDS readline-dev openssl-dev ncursesw-dev" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.python.org/" WGET_URL="http://www.python.org/ftp/python/$VERSION/$TARBALL"