charm-tools icon indicating copy to clipboard operation
charm-tools copied to clipboard

Add --ignore-requires-python

Open freyes opened this issue 2 months ago • 0 comments

his new flag allows to instruct pip to ignore if the Python version is explicitly supported by the package.

This flag is helpful to build old charms that are using a src/build.lock where the package doesn't explicitly states support, this was detected in charm-octavia[0]

[0] https://review.opendev.org/c/openstack/charm-octavia/+/962501/1#message-7dd7c13d1ef1ff20312e63f105c362aa8e9bf5c1

Depends-On: https://github.com/juju/charm-tools/pull/680

Checklist

  • [x] Are all your commits [logically] grouped and squashed appropriately?
  • [ ] Does this patch have code coverage?
  • [x] Does your code pass make test?

freyes avatar Oct 03 '25 15:10 freyes