wok-stable diff python/receipt @ rev 12434

openssh-pam: fix xauth path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 16 10:51:49 2014 +0200 (2014-06-16)
parents 78df9fae0144
children
line diff
     1.1 --- a/python/receipt	Thu Apr 12 15:11:13 2012 +0200
     1.2 +++ b/python/receipt	Mon Jun 16 10:51:49 2014 +0200
     1.3 @@ -9,11 +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 tcl-dev \
    1.11 -tk-dev"
    1.12 +BUILD_DEPENDS="openssl-dev bzip2-dev readline-dev sqlite-dev zlib-dev \
    1.13 +ncursesw-dev tcl-dev tk-dev db-dev"
    1.14 +SUGGESTED="tcl tk"
    1.15  
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()