wok-stable rev 3265

sphinx & xhtml2pdf: update DEPENDS
author Claudinei Pereira <claudinei@slitaz.org>
date Tue Jun 02 00:24:47 2009 +0000 (2009-06-02)
parents a474af204795
children b1a7a6755f72
files sphinx/receipt xhtml2pdf/receipt
line diff
     1.1 --- a/sphinx/receipt	Mon Jun 01 23:19:50 2009 +0200
     1.2 +++ b/sphinx/receipt	Tue Jun 02 00:24:47 2009 +0000
     1.3 @@ -9,7 +9,7 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://sphinx.pocoo.org"
     1.6  WGET_URL="http://pypi.python.org/packages/source/S/$SOURCE/$TARBALL"
     1.7 -DEPENDS="python docutils jinja2 pygments"
     1.8 +DEPENDS="python docutils jinja2 pygments setuptools"
     1.9  BUILD_DEPENDS="python python-dev docutils jinja2 pygments setuptools"
    1.10  
    1.11  # Rules to configure and make the package.
     2.1 --- a/xhtml2pdf/receipt	Mon Jun 01 23:19:50 2009 +0200
     2.2 +++ b/xhtml2pdf/receipt	Tue Jun 02 00:24:47 2009 +0000
     2.3 @@ -9,7 +9,7 @@
     2.4  TARBALL="$SOURCE-$VERSION.tar.gz"
     2.5  WEB_SITE="http://www.xhtml2pdf.com"
     2.6  WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL"
     2.7 -DEPENDS="python reportlab html5lib pypdf"
     2.8 +DEPENDS="python reportlab html5lib pypdf setuptools"
     2.9  BUILD_DEPENDS="python python-dev setuptools reportlab html5lib pypdf"
    2.10  
    2.11  # Rules to configure and make the package.