pyocd / cmsis-pack-manager

A Rust and Python module for handling CMSIS Pack files
Apache License 2.0
25 stars 33 forks source link

Is milksnake a runtime dependency? #188

Closed dvzrv closed 1 year ago

dvzrv commented 2 years ago

The setup.cfg denotes milksnake as a runtime dependency, but I believe that is very likely an error (it's used during setup, but not during runtime).

It would be great to get confirmation on this, then I can open a PR to remove it :)

mbrossard commented 1 year ago

Could you try to build the maturin branch? I am not sure I have properly connected all the pieces. I need to update GitHub Actions configuration, and setuptools_scm needs to be replaced.

dvzrv commented 1 year ago

milksnake is unfortunately still present in setup.cfg and will unconditionally drag it in upon installing this project.