python3-saml library has the following dependency mentioned in setup.py
install_requires=[
'isodate>=0.5.0',
'xmlsec>=0.6.0'
],
The xmlsec library itself has a lxml dependency pinned like this.
lxml >= 3.0
This is placing me in an unfortunate situation.
I want to pin down the version of lxml used by python3-saml project.
I can fork python3-saml, but what should I do so that my forked version python3-xml installs lxml==3.7.3