# HG changeset patch # User Pascal Bellard # Date 1376430773 0 # Node ID dbebd825d5e842d828e364f6e06aeb15234531bd # Parent dd901df89562df346f6303b8a2575a8bb30dc24e python-pysqlite: update bdeps diff -r dd901df89562 -r dbebd825d5e8 python-pysqlite/receipt --- a/python-pysqlite/receipt Tue Aug 13 21:49:25 2013 +0000 +++ b/python-pysqlite/receipt Tue Aug 13 21:52:53 2013 +0000 @@ -11,7 +11,7 @@ WGET_URL="http://pysqlite.googlecode.com/files/$TARBALL" DEPENDS="sqlite python" -BUILD_DEPENDS="python python-dev" +BUILD_DEPENDS="python python-dev sqlite-dev" # Rules to configure and make the package. compile_rules() @@ -26,6 +26,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/lib $fs/usr - + cp -a $install/usr/lib $fs/usr }