python/lxml: Fixed dep information

This commit is contained in:
ponce 2012-08-23 16:52:53 +02:00 committed by Robby Workman
parent 42d1f61c12
commit b86aa1368f
2 changed files with 2 additions and 3 deletions

View File

@ -2,5 +2,4 @@ lxml is a Pythonic binding for the libxml2 and libxslt libraries.
It is unique in that it combines the speed and feature completeness
of these libraries with the simplicity of a native Python API.
Lxml requires BeautifulSoup. Lxml can optionally use Cython and
pysetuptools.
Cython and distribute are optional dependencies.

View File

@ -5,6 +5,6 @@ DOWNLOAD="http://lxml.de/files/lxml-2.3.4.tgz"
MD5SUM="61d4ad80726b984b35c9a81aa2510b4d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="BeautifulSoup Cython pysetuptools"
REQUIRES="BeautifulSoup"
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"