diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2018-11-18 15:52:11 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-24 12:35:19 +0700 |
commit | 2005e827de03a9a6381c25712086972b0061b03f (patch) | |
tree | e67800ff1721f9b67bca5dd03a6d708c1f22d871 /python/lxml/README | |
parent | b8562092d77a4adcd558b766e105d65a8a97e527 (diff) | |
download | slackbuilds-2005e827de03a9a6381c25712086972b0061b03f.tar.gz |
python/lxml: Add python3 bindings by default
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/lxml/README')
-rw-r--r-- | python/lxml/README | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/python/lxml/README b/python/lxml/README index 99f8dc670b..a038bd0592 100644 --- a/python/lxml/README +++ b/python/lxml/README @@ -2,10 +2,6 @@ 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. -Optional dependencies: python3, BeautifulSoup and cssselect +Optional dependencies: BeautifulSoup and cssselect BeautifulSoup can be used in place of BeautifulSoup4. - -Note: To install python3 bindings pass PYTHON3=yes to the slackbuild. - - # PYTHON3=yes ./lxml.SlackBuild |