wok rev 11856

python-pysqlite: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 27 16:58:38 2012 +0100 (2012-02-27)
parents 76f0b0ebe349
children a729873a9f3e
files python-pysqlite/receipt
line diff
     1.1 --- a/python-pysqlite/receipt	Mon Feb 27 14:55:36 2012 +0100
     1.2 +++ b/python-pysqlite/receipt	Mon Feb 27 16:58:38 2012 +0100
     1.3 @@ -6,11 +6,13 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Python interface for the SQLite database"
     1.6  MAINTAINER="sygne@ombres.eu"
     1.7 -DEPENDS="sqlite python"
     1.8  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://code.google.com/p/pysqlite/"
    1.10  WGET_URL="http://pysqlite.googlecode.com/files/$TARBALL"
    1.11  
    1.12 +DEPENDS="sqlite python"
    1.13 +BUILD_DEPENDS="python python-dev"
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {