wok diff py3k/receipt @ rev 4383
Add: bcrypt
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Oct 14 14:11:07 2009 +0000 (2009-10-14) |
parents | 2fa039deb90f |
children | f3327707164a |
line diff
1.1 --- a/py3k/receipt Sat Dec 06 22:25:09 2008 +0100 1.2 +++ b/py3k/receipt Wed Oct 14 14:11:07 2009 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="The Python 3000 programming language." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 SOURCE="Python" 1.7 -DEPENDS="openssl ncurses" 1.8 +DEPENDS="openssl ncurses bzlib readline sqlite zlib" 1.9 BUILD_DEPENDS="readline-dev openssl openssl-dev ncurses ncurses-dev" 1.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.python.org/download/releases/3.0/"