summaryrefslogtreecommitdiffstats
path: root/python/lxml/README
diff options
context:
space:
mode:
author Larry Hajali2012-04-02 21:06:33 +0200
committer Erik Hanson2012-04-03 00:11:41 +0200
commit87aa96a4ccef9431c390c7318d43f40cb14a9aae (patch)
tree9dad61ec5c3d7b264ce56711a506baebe3504721 /python/lxml/README
parent4ed27b7d4cef7874dccb844caf224ca65da8535e (diff)
downloadslackbuilds-87aa96a4ccef9431c390c7318d43f40cb14a9aae.tar.gz
python/lxml: Updated for version 2.3.4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/lxml/README')
-rw-r--r--python/lxml/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/lxml/README b/python/lxml/README
index e258753366..47f52adec5 100644
--- a/python/lxml/README
+++ b/python/lxml/README
@@ -2,4 +2,5 @@ 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 can optionally use Cython and pysetuptools.
+Lxml requires BeautifulSoup. Lxml can optionally use Cython and
+pysetuptools.