office-gobmx/external/lxml
Michael Stahl d3a136dfb7 lxml: try to remove some quirky PYPATH stuff
In RepositoryExternal.mk, a system python automatically gets $PYPATH
added to $PYTHONPATH, but the internal one does not - this doesn't make
sense.

Try to remove it for system-case by fixing the one case that relies on
it and for which it was introduced in commit
84ef6d8254 to directly extend $PYTHONPATH
instead, which ought to work as long as it's not evaluated at global
scope and thereby avoids affecting all python invocations.

Change-Id: I4534f2be92b850dc01193cb1bb2e0a299a5152be
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91748
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
2020-04-06 18:01:48 +02:00
..
ExternalProject_lxml.mk
Makefile
Module_lxml.mk
README
UnpackedTarball_lxml.mk

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.