diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 16:52:53 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 15:49:34 -0500 |
commit | b86aa1368f5f8340c24e5c94c88fee77a6019129 (patch) | |
tree | b0d928259af5a82d95aa59dd68eb440b563d08af /python | |
parent | 42d1f61c1223bb506f68a7186edd44f36e94a898 (diff) | |
download | slackbuilds-b86aa1368f5f8340c24e5c94c88fee77a6019129.tar.gz |
python/lxml: Fixed dep information
Diffstat (limited to 'python')
-rw-r--r-- | python/lxml/README | 3 | ||||
-rw-r--r-- | python/lxml/lxml.info | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/python/lxml/README b/python/lxml/README index 47f52adec5..354d08e8de 100644 --- a/python/lxml/README +++ b/python/lxml/README @@ -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. diff --git a/python/lxml/lxml.info b/python/lxml/lxml.info index d8905c51a3..b4b897b2bd 100644 --- a/python/lxml/lxml.info +++ b/python/lxml/lxml.info @@ -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" |