wok diff python-pysqlite/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents fd0cd02a0549
children dbebd825d5e8
line diff
     1.1 --- a/python-pysqlite/receipt	Fri Mar 04 07:43:01 2011 +0000
     1.2 +++ b/python-pysqlite/receipt	Mon Aug 05 11:40:01 2013 +0300
     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  {