InsightSoftwareConsortium / ITKPythonPackage

A setup script to generate ITK Python Wheels
https://itkpythonpackage.readthedocs.io
Apache License 2.0
64 stars 22 forks source link

auditwheel policy adjustments not applied in latest auditwheel #263

Closed thewtex closed 6 months ago

thewtex commented 8 months ago

The import here:

https://github.com/InsightSoftwareConsortium/ITKPythonPackage/blob/80c77b93098ccd2352e9f3a86d7cbe7df803a7c8/scripts/internal/auditwheel_whitelist_monkeypatch.py#L8

is failing. Likely because of this patch:

https://github.com/pypa/auditwheel/commit/48868502a071d87104f171aafebba41d4ff483d5#diff-63c0d58bd0d7984fa2c54ecfb3a2e27d8aece2af2a8dd0a1b1f466b305400c5b

With auditwheel 6.0.0 (released today).

CC @LucasGandel

thewtex commented 6 months ago

Fixed by #266