Skip to content
Snippets Groups Projects
Commit ad8f6a26 authored by Moul's avatar Moul
Browse files

Support libnacl v1.9.0 onward

libnacl.version file removed:
https://github.com/saltstack/libnacl/commit/85e7b61b2c2dca957d5701c4cfc2b75fcdb46894

Get version with importlib.metadata.version("libnacl")
https://github.com/python-poetry/poetry/issues/273#issuecomment-570999678

Could have use pkg_resources.get_distribution("libnacl").version
https://github.com/python-poetry/poetry/issues/273#issuecomment-401983643
parent 3c846b10
No related branches found
No related tags found
1 merge request!190Support libnacl v1.9.0 onward
Pipeline #32969 waiting for manual action
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment