wok diff reportlab/receipt @ rev 2510

qemu: update depends
author Julien Rabier <taziden@slitaz.org>
date Mon Mar 16 16:44:07 2009 +0100 (2009-03-16)
parents 3cc1d65e6423
children 0ba1fdc97c4c
line diff
     1.1 --- a/reportlab/receipt	Mon Aug 11 06:42:53 2008 +0000
     1.2 +++ b/reportlab/receipt	Mon Mar 16 16:44:07 2009 +0100
     1.3 @@ -10,14 +10,14 @@
     1.4  WEB_SITE="http://www.reportlab.org/"
     1.5  WGET_URL="${WEB_SITE}ftp/$TARBALL"
     1.6  DEPENDS="python"
     1.7 -BUILD_DEPENDS="python"
     1.8 +BUILD_DEPENDS="python python-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	ln -s ${PACKAGE}_$VERSION/$PACKAGE $src
    1.14  	cd $src
    1.15 -	python setup.py build
    1.16 +	python setup.py build &&
    1.17  	python setup.py install --root=$PWD/_pkg
    1.18  }
    1.19