wok rev 15093

python-pysqlite: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 21:52:53 2013 +0000 (2013-08-13)
parents dd901df89562
children a6a127d9957f
files python-pysqlite/receipt
line diff
     1.1 --- a/python-pysqlite/receipt	Tue Aug 13 21:49:25 2013 +0000
     1.2 +++ b/python-pysqlite/receipt	Tue Aug 13 21:52:53 2013 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="http://pysqlite.googlecode.com/files/$TARBALL"
     1.5  
     1.6  DEPENDS="sqlite python"
     1.7 -BUILD_DEPENDS="python python-dev"
     1.8 +BUILD_DEPENDS="python python-dev sqlite-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -26,6 +26,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr
    1.16 -	cp -a $_pkg/usr/lib $fs/usr
    1.17 -	
    1.18 +	cp -a $install/usr/lib $fs/usr
    1.19  }