diff options
author | Samuel Thibault <sthibault@hypra.fr> | 2018-02-21 15:51:11 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-02-28 22:54:21 +0100 |
commit | 84ef6d82546b044990f4efd57e51e29c6c6565c8 (patch) | |
tree | 8f6d9e140c2d3731bb4a44eb58d09e359ab33ca6 /external/lxml/README | |
parent | e215310d6b531b8af39c86639ef88495470681bc (diff) |
Build external lxml if not provided by system
except on windows, where gla11y will resort to python's internal xml parser,
which does not provide line numbers.
This allows gla11y to be runnable on all systems.
Change-Id: Ica4eb90f59bddfcefd783fc2ed9c8c27357e7572
Reviewed-on: https://gerrit.libreoffice.org/50115
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'external/lxml/README')
-rw-r--r-- | external/lxml/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/external/lxml/README b/external/lxml/README new file mode 100644 index 000000000000..ad9f0952c6b3 --- /dev/null +++ b/external/lxml/README @@ -0,0 +1,7 @@ +LXML XML processing python Library from [http://lxml.de/]. + +This library is used for the .ui accessibility checker bin/gla11y + +The archive was downloaded from: +[http://lxml.de/files/lxml-4.1.1.tgz] +on 2018-02-22. |