artefactual-labs / am-packbuild

Archivematica package building scripts
GNU General Public License v2.0
4 stars 6 forks source link

Override dh_strip to exclude orjson #353

Closed replaceafill closed 3 months ago

replaceafill commented 3 months ago

Ignore orjson because the *.so file included its Python 3.10 wheel contains an 8-byte build ID which debugedit does not support.

This is what the dh_virtualenv documentation recommends to handle problematic binary wheels.

Connected to https://github.com/archivematica/Issues/issues/1673