summaryrefslogtreecommitdiff
path: root/python/lxml/README
diff options
context:
space:
mode:
authorLarry Hajali <larryhaja[at]gmail[dot]com>2013-10-26 23:27:49 -0500
committerRobby Workman <rworkman@slackbuilds.org>2013-10-27 23:38:59 -0500
commit9230ca5fa1dfa07db7a82e83820e2d9111f46bf8 (patch)
tree8c4a7456d1351a4f2ea1227fdec823ec1eb5239c /python/lxml/README
parente3b9b2ce2cf34d38c51126fab9d230d371e641f4 (diff)
downloadslackbuilds-9230ca5fa1dfa07db7a82e83820e2d9111f46bf8.tar.gz
python/lxml: Updated for version 3.2.3.
Signed-off-by: Robby Workman <rworkman@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 354d08e8de..1905916a3a 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.
-Cython and distribute are optional dependencies.
+Cython and distribute are optional build dependencies. cssselect
+is an optional runtime dependency.