so, I have this mapping to help pants to find the ...
# general
f
so, I have this mapping to help pants to find the correct packages. can somebody give me a hint how to do the same for ssh installed packages?
there is this in the docs: https://www.pantsbuild.org/docs/python-third-party-dependencies#version-control-requirements but it seems not to work for me 🤔
g
What have you tried that does not work? 🙂
f
there was module not found error - but as it turned out not related to module_mapping (or rather module naming) I changed the style in requirements.txt from pip proprietary to PEP440, then it worked