# HG changeset patch # User Claudinei Pereira # Date 1244766124 0 # Node ID 5f1aeeb805d803fce008b76dedc655d1daeb5452 # Parent 25c18407eac231efd481b00ee0ac6492c7004fc6 xhtml2pdf: fix depends diff -r 25c18407eac2 -r 5f1aeeb805d8 xhtml2pdf/receipt --- a/xhtml2pdf/receipt Fri Jun 12 00:19:56 2009 +0000 +++ b/xhtml2pdf/receipt Fri Jun 12 00:22:04 2009 +0000 @@ -9,8 +9,8 @@ TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.xhtml2pdf.com" WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" -DEPENDS="python reportlab html5lib pypdf setuptools" -BUILD_DEPENDS="python python-dev setuptools reportlab html5lib pypdf" +DEPENDS="python reportlab python-html5lib python-pypdf setuptools" +BUILD_DEPENDS="$DEPENDS python-dev" # Rules to configure and make the package. compile_rules()