wok rev 12477

python: add tcl/tk support (CLOSE bug 3)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 23 16:05:34 2012 +0200 (2012-04-23)
parents aac186c7f28e
children 5b8601199e3a
files python/receipt
line diff
     1.1 --- a/python/receipt	Mon Apr 23 15:41:40 2012 +0200
     1.2 +++ b/python/receipt	Mon Apr 23 16:05:34 2012 +0200
     1.3 @@ -11,7 +11,8 @@
     1.4  WGET_URL="http://www.python.org/ftp/python/$VERSION/$TARBALL"
     1.5  
     1.6  DEPENDS="openssl bzlib readline sqlite zlib ncursesw"
     1.7 -BUILD_DEPENDS="openssl-dev bzip2-dev readline-dev ncursesw-dev"
     1.8 +BUILD_DEPENDS="openssl-dev bzip2-dev readline-dev ncursesw-dev tcl-dev \
     1.9 +tk-dev"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()