wok-stable diff xhtml2pdf/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents 5f1aeeb805d8
children
line diff
     1.1 --- a/xhtml2pdf/receipt	Fri Jun 12 00:22:04 2009 +0000
     1.2 +++ b/xhtml2pdf/receipt	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -9,7 +9,7 @@
     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 python-html5lib python-pypdf setuptools"
     1.8 +DEPENDS="python python-reportlab python-html5lib python-pypdf setuptools"
     1.9  BUILD_DEPENDS="$DEPENDS python-dev"
    1.10  
    1.11  # Rules to configure and make the package.