wok rev 1655
python: update DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 08 13:45:38 2008 +0000 (2008-11-08) |
parents | 3b3cedd6c979 |
children | 67e762d76d21 |
files | python/receipt |
line diff
1.1 --- a/python/receipt Sat Nov 08 13:44:37 2008 +0000 1.2 +++ b/python/receipt Sat Nov 08 13:45:38 2008 +0000 1.3 @@ -6,7 +6,8 @@ 1.4 SHORT_DESC="The Python programming language." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 SOURCE="Python" 1.7 -BUILD_DEPENDS="readline-dev" 1.8 +DEPENDS="openssl ncurses" 1.9 +BUILD_DEPENDS="readline-dev openssl openssl-dev ncurses ncurses-dev" 1.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.python.org/" 1.12 WGET_URL="http://www.python.org/ftp/python/$VERSION/$TARBALL"