# HG changeset patch # User Antoine Bodin # Date 1324118719 -3600 # Node ID 67b34338f23b2620084d64f27fc10e27470b84ab # Parent daafc089f66970227d81b7ee1ff6770437b16ddb python-flup: add setuptools to depends diff -r daafc089f669 -r 67b34338f23b python-flup/receipt --- a/python-flup/receipt Sat Dec 17 11:45:19 2011 +0100 +++ b/python-flup/receipt Sat Dec 17 11:45:19 2011 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="Random collection of WSGI modules for Python." MAINTAINER="pankso@slitaz.org" DEPENDS="python" -BUILD_DEPENDS="python python-dev python-distribute" +BUILD_DEPENDS="python python-dev python-distribute setuptools" SOURCE="flup" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://trac.saddi.com/flup"