wok diff python/receipt @ rev 1714

get-wifi-firmware: fix DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 17 09:00:28 2008 +0000 (2008-11-17)
parents 14320228765e
children 93b397dc8274
line diff
     1.1 --- a/python/receipt	Sat Oct 04 12:01:29 2008 +0000
     1.2 +++ b/python/receipt	Mon Nov 17 09:00:28 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"