wok rev 3396

xhtml2pdf: fix depends
author Claudinei Pereira <claudinei@slitaz.org>
date Fri Jun 12 00:22:04 2009 +0000 (2009-06-12)
parents 25c18407eac2
children be7cdc3ad2e9
files xhtml2pdf/receipt
line diff
     1.1 --- a/xhtml2pdf/receipt	Fri Jun 12 00:19:56 2009 +0000
     1.2 +++ b/xhtml2pdf/receipt	Fri Jun 12 00:22:04 2009 +0000
     1.3 @@ -9,8 +9,8 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.xhtml2pdf.com"
     1.6  WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL"
     1.7 -DEPENDS="python reportlab html5lib pypdf setuptools"
     1.8 -BUILD_DEPENDS="python python-dev setuptools reportlab html5lib pypdf"
     1.9 +DEPENDS="python reportlab python-html5lib python-pypdf setuptools"
    1.10 +BUILD_DEPENDS="$DEPENDS python-dev"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()