wok-4.x rev 12258

python: Add tcl-dev and tk-dev to bdeps [bug 3]
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 12 15:11:13 2012 +0200 (2012-04-12)
parents 972cba094ed5
children 736957aea26c
files python/receipt
line diff
     1.1 --- a/python/receipt	Tue Apr 10 14:45:29 2012 +0000
     1.2 +++ b/python/receipt	Thu Apr 12 15:11:13 2012 +0200
     1.3 @@ -9,9 +9,11 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://www.python.org/"
     1.6  WGET_URL="http://www.python.org/ftp/python/$VERSION/$TARBALL"
     1.7 +SUGGESTED="tcl tk"
     1.8  
     1.9  DEPENDS="openssl bzlib readline sqlite zlib ncursesw"
    1.10 -BUILD_DEPENDS="openssl-dev bzip2-dev readline-dev ncursesw-dev"
    1.11 +BUILD_DEPENDS="openssl-dev bzip2-dev readline-dev ncursesw-dev tcl-dev \
    1.12 +tk-dev"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()