wok rev 8454
Add setuptools to python-paste build depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 06 19:15:39 2011 +0000 (2011-02-06) |
parents | 33ac204404ee |
children | 6e152ae05ea6 |
files | python-paste/receipt |
line diff
1.1 --- a/python-paste/receipt Sun Feb 06 19:13:27 2011 +0000 1.2 +++ b/python-paste/receipt Sun Feb 06 19:15:39 2011 +0000 1.3 @@ -10,7 +10,7 @@ 1.4 WEB_SITE="http://pythonpaste.org/" 1.5 WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL" 1.6 DEPENDS="python" 1.7 -BUILD_DEPENDS="python python-dev" 1.8 +BUILD_DEPENDS="python python-dev setuptools" 1.9 TAGS="python" 1.10 1.11 # Rules to configure and make the package.