# HG changeset patch # User Christopher Rogers # Date 1302270622 0 # Node ID ba98718e1ea42e45895931516eabcb620b7176cf # Parent 7447c587e5f8b0969fd7e2c446ac7c8236eaf30a Add setuptools to python-webhelpers build depends. diff -r 7447c587e5f8 -r ba98718e1ea4 python-webhelpers/receipt --- a/python-webhelpers/receipt Fri Apr 08 13:48:25 2011 +0000 +++ b/python-webhelpers/receipt Fri Apr 08 13:50:22 2011 +0000 @@ -7,7 +7,7 @@ MAINTAINER="taziden@slitaz.org" SOURCE="WebHelpers" DEPENDS="python" -BUILD_DEPENDS="python python-dev" +BUILD_DEPENDS="python python-dev setuptools" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://pypi.python.org/pypi/$SOURCE/" WGET_URL="$WEB_SITE/packages/source/W/$SOURCE/$TARBALL"