# HG changeset patch
# User Christophe Lincoln <pankso@slitaz.org>
# Date 1335189934 -7200
# Node ID 290346adb4407ac5364bd34ab3e12385551d5f27
# Parent  aac186c7f28ec9f32935f387ab16e06fbe403d89
python: add tcl/tk support (CLOSE bug 3)

diff -r aac186c7f28e -r 290346adb440 python/receipt
--- a/python/receipt	Mon Apr 23 15:41:40 2012 +0200
+++ b/python/receipt	Mon Apr 23 16:05:34 2012 +0200
@@ -11,7 +11,8 @@
 WGET_URL="http://www.python.org/ftp/python/$VERSION/$TARBALL"
 
 DEPENDS="openssl bzlib readline sqlite zlib ncursesw"
-BUILD_DEPENDS="openssl-dev bzip2-dev readline-dev ncursesw-dev"
+BUILD_DEPENDS="openssl-dev bzip2-dev readline-dev ncursesw-dev tcl-dev \
+tk-dev"
 
 # Rules to configure and make the package.
 compile_rules()