python-lxml: bump to version 4.5.1
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Fri, 17 Apr 2020 08:40:30 +0000 (11:40 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Wed, 27 May 2020 08:14:55 +0000 (11:14 +0300)
commit43403ccb4682a314b9be37aed1bbcf43b70f9afe
treeeaeb77de1d9a474b02119b9da394bd76df620b16
parent852c117c60f7ec8b36bcd02e3f79901f7143dde0
python-lxml: bump to version 4.5.1

This took a while to get running.
It turns out, the fix is mostly in libxslt.
lxml uses the xsltGetProfileInformation() function, which is disabled from
libxslt via --without-profiler.
This causes a runtime error, since it cannot find the symbol.
So, libxslt is also updated to re-enable the profiler.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/python-lxml/Makefile