# HG changeset patch # User Antoine Bodin # Date 1297965754 -3600 # Node ID 8cef97963c292f72b78ceae94b4a9b4b223da6e4 # Parent 2e5aecadbe0ec8e04ee524669b16a2077688d40b python-pastescript needs setuptools to compile diff -r 2e5aecadbe0e -r 8cef97963c29 python-pastescript/receipt --- a/python-pastescript/receipt Thu Feb 17 19:01:42 2011 +0100 +++ b/python-pastescript/receipt Thu Feb 17 19:02:34 2011 +0100 @@ -10,14 +10,14 @@ WEB_SITE="http://pythonpaste.org/" WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL" DEPENDS="python python-paste python-pastedeploy" -BUILD_DEPENDS="$DEPENDS python-dev" +BUILD_DEPENDS="setuptools" TAGS="python" # Rules to configure and make the package. compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.