wok diff python/receipt @ rev 13295

Add libQtDeclarative
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 28 13:39:20 2012 +0200 (2012-08-28)
parents 290346adb440
children fc917d308352
line diff
     1.1 --- a/python/receipt	Mon Apr 23 16:05:34 2012 +0200
     1.2 +++ b/python/receipt	Tue Aug 28 13:39:20 2012 +0200
     1.3 @@ -11,8 +11,9 @@
     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 tcl-dev \
     1.8 -tk-dev"
     1.9 +BUILD_DEPENDS="openssl-dev bzip2-dev readline-dev sqlite-dev zlib-dev \
    1.10 +ncursesw-dev tcl-dev tk-dev db-dev"
    1.11 +SUGGESTED="tcl tk"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()