# HG changeset patch # User Claudinei Pereira # Date 1243569298 0 # Node ID 1d3c2a6a390ffe2ff259b7378d47d067592ddd1c # Parent 91cbce68dfef1debd61cb8c7839812e08ca35694 Up: setuptools (0.6c9) and fix depends diff -r 91cbce68dfef -r 1d3c2a6a390f setuptools/receipt --- a/setuptools/receipt Fri May 29 03:34:51 2009 +0000 +++ b/setuptools/receipt Fri May 29 03:54:58 2009 +0000 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="setuptools" -VERSION="0.6c8" +VERSION="0.6c9" CATEGORY="misc" SHORT_DESC="Python package installation tool." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://pypi.python.org/pypi/setuptools" WGET_URL="http://pypi.python.org/packages/source/s/setuptools/$TARBALL" -DEPENDS="python" +DEPENDS="python python-dev" BUILD_DEPENDS="python python-dev" # Rules to configure and make the package.