diff options
author | Larry Hajali <larryhaja@gmail.com> | 2014-09-14 07:59:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-14 07:59:15 +0700 |
commit | 1edbc8b082cb52f768d7710378c0f92831f8e784 (patch) | |
tree | 67cc2fb19cfc7d7cadf200115d7700933336996c /python/lxml/README | |
parent | e1b353b7f92ee042a8ea407106635bb00f187f68 (diff) | |
download | slackbuilds-1edbc8b082cb52f768d7710378c0f92831f8e784.tar.gz |
python/lxml: Updated for version 3.4.0.
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 03c9bcbdbc..61afd1f60f 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 pysetuptools are optional build dependencies. cssselect -and html5lib are optional runtime dependencies. +Cython, python3 and pysetuptools are optional build dependencies. +cssselect and html5lib are optional runtime dependencies. |