diff options
author | Larry Hajali <larryhaja@gmail.com> | 2014-03-02 09:57:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-02 09:57:37 +0700 |
commit | 39ea284aae1f7fdfee15627f8667bab398dde18d (patch) | |
tree | 3565eff7c085db058038530391e0cf65c7a805f5 /python/lxml/README | |
parent | a60ca9808d6ff7997b52e0af0a31633e7bbf9b84 (diff) | |
download | slackbuilds-39ea284aae1f7fdfee15627f8667bab398dde18d.tar.gz |
python/lxml: Updated for version 3.3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/lxml/README')
-rw-r--r-- | python/lxml/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/lxml/README b/python/lxml/README index 1905916a3a..03c9bcbdbc 100644 --- a/python/lxml/README +++ b/python/lxml/README @@ -2,5 +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 build dependencies. cssselect -is an optional runtime dependency. +Cython and pysetuptools are optional build dependencies. cssselect +and html5lib are optional runtime dependencies. |