Support building without XSLT support#173
Conversation
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #173 +/- ##
==========================================
+ Coverage 88.27% 88.28% +0.01%
==========================================
Files 12 12
Lines 2047 2049 +2
==========================================
+ Hits 1807 1809 +2
Misses 240 240
Continue to review full report at Codecov.
|
…org/GNOME/libxslt/-/issues/52 Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
87db1e3 to
6e0cb0c
Compare
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
|
Hi @hoefling thanks for fixing this! |
|
@armenzg do you need this fix released? I thought this concerns only the (unlikely) case of using |
I can work around it by brew updating and pip installing from this repo's master, however, a release would be nice. |
This probably was broken when xmlsec was upgraded few weeks back. The problem is xmlsec needs newer libraries than the ones brew installs. We need to update brew and then the newer libraries will be installed. Other changes to prevent the original regression will be handled on a different PR See xmlsec/python-xmlsec#173
This probably was broken when xmlsec was upgraded few weeks back. The problem is xmlsec needs newer libraries than the ones brew installs. We need to update brew and then the newer libraries will be installed. Other changes to prevent the original regression will be handled on a different PR See xmlsec/python-xmlsec#173
This probably was broken when xmlsec was upgraded few weeks back. The problem is xmlsec needs newer libraries than the ones brew installs. We need to update brew and then the newer libraries will be installed. Other changes to prevent the original regression will be handled on a different PR See xmlsec/python-xmlsec#173
|
@hoefling that was super! Thank you it works! |
Closes #172.
Signed-off-by: oleg.hoefling oleg.hoefling@gmail.com