Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixes Python 3.11 incompatibility using ancient lxml binary PyPI…
… built against old libxml2 This fixes PowerDNS-Admin#1442 and closes PowerDNS-Admin#1433. The issue with python3-saml not working is because the binary lxml wheel is built against a different version of libxml2. ``--no-binary lxml`` can be used to fix this and python3-saml will work. for references check these: - SAML-Toolkits/python3-saml#292 - https://bugs.launchpad.net/lxml/+bug/1960668 - open-formulieren/open-forms#2247
- Loading branch information