# HG changeset patch # User Claudinei Pereira # Date 1243902287 0 # Node ID 95f4cf5799dbfcaea891a683c358e5eff27c00b1 # Parent a474af204795ac1e37dc41b8a2a3c644d884a728 sphinx & xhtml2pdf: update DEPENDS diff -r a474af204795 -r 95f4cf5799db sphinx/receipt --- a/sphinx/receipt Mon Jun 01 23:19:50 2009 +0200 +++ b/sphinx/receipt Tue Jun 02 00:24:47 2009 +0000 @@ -9,7 +9,7 @@ TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://sphinx.pocoo.org" WGET_URL="http://pypi.python.org/packages/source/S/$SOURCE/$TARBALL" -DEPENDS="python docutils jinja2 pygments" +DEPENDS="python docutils jinja2 pygments setuptools" BUILD_DEPENDS="python python-dev docutils jinja2 pygments setuptools" # Rules to configure and make the package. diff -r a474af204795 -r 95f4cf5799db xhtml2pdf/receipt --- a/xhtml2pdf/receipt Mon Jun 01 23:19:50 2009 +0200 +++ b/xhtml2pdf/receipt Tue Jun 02 00:24:47 2009 +0000 @@ -9,7 +9,7 @@ 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" +DEPENDS="python reportlab html5lib pypdf setuptools" BUILD_DEPENDS="python python-dev setuptools reportlab html5lib pypdf" # Rules to configure and make the package.