# HG changeset patch # User Pascal Bellard # Date 1338969450 -7200 # Node ID 25462b421cd870021a709a586be4702ffc8b7c60 # Parent 65940fb0441b4e50e3a9868ca2f11757caf5b770 python: update bdeps diff -r 65940fb0441b -r 25462b421cd8 python/receipt --- a/python/receipt Mon Jun 04 00:47:21 2012 +0200 +++ b/python/receipt Wed Jun 06 09:57:30 2012 +0200 @@ -11,8 +11,9 @@ 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 tcl-dev \ -tk-dev" +BUILD_DEPENDS="openssl-dev bzip2-dev readline-dev sqlite-dev zlib-dev \ +ncursesw-dev tcl-dev tk-dev db-dev" +SUGGESTED="tcl tk" # Rules to configure and make the package. compile_rules()