-
Notifications
You must be signed in to change notification settings - Fork 105
Support building without XSLT support #173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: oleg.hoefling <[email protected]>
Signed-off-by: oleg.hoefling <[email protected]>
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 <[email protected]>
Signed-off-by: oleg.hoefling <[email protected]>
87db1e3 to
6e0cb0c
Compare
Signed-off-by: oleg.hoefling <[email protected]>
|
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 [email protected]