wok rev 8457

Add setuptools to python-lxml build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 06 19:22:12 2011 +0000 (2011-02-06)
parents d8764161b1ed
children 45dc731b6310
files python-lxml/receipt
line diff
     1.1 --- a/python-lxml/receipt	Sun Feb 06 19:20:42 2011 +0000
     1.2 +++ b/python-lxml/receipt	Sun Feb 06 19:22:12 2011 +0000
     1.3 @@ -10,7 +10,7 @@
     1.4  WEB_SITE="http://codespeak.net/lxml/"
     1.5  WGET_URL="$WEB_SITE/$TARBALL"
     1.6  DEPENDS="python libxml2 libxslt zlib"
     1.7 -BUILD_DEPENDS="python libxml2 libxml2-dev libxslt libxslt-dev"
     1.8 +BUILD_DEPENDS="python libxml2 libxml2-dev libxslt libxslt-dev setuptools"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()