wok diff pyparsing/receipt @ rev 3213

pan: update build_depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 28 11:47:11 2009 +0200 (2009-05-28)
parents d5647924b49c
children
line diff
     1.1 --- a/pyparsing/receipt	Mon Aug 11 07:34:21 2008 +0000
     1.2 +++ b/pyparsing/receipt	Thu May 28 11:47:11 2009 +0200
     1.3 @@ -9,13 +9,13 @@
     1.4  WEB_SITE="http://pyparsing.wikispaces.com/"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$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  	cd $src
    1.14 -	python setup.py build
    1.15 +	python setup.py build &&
    1.16  	python setup.py install --root=$PWD/_pkg
    1.17  }
    1.18