ironic-python-agent-builder/releasenotes/notes/remove-PYOPTIMIZE_TINYIPA-ebde63911d140209.yaml
Sharpz7 a48825d260 [codespell] Fixing Spelling Mistakes
This is the first in a series of commits to add support for codespell. This is continuning the process completed in ironic-python-agent.

Future Commits will add a Tox Target, CI support and potentially a git-blame-ignore-revs file if their are lots of spelling mistakes that could clutter git blame.

Change-Id: I6ce80cc993cdd4c8d38266f3ff3f8f134f0fc5a9
2024-01-26 04:11:31 +00:00

9 lines
362 B
YAML

---
fixes:
- |
Removes support for ``PYOPTIMIZE_TINYIPA``, which now causes the TinyIPA
image to be approximately 5 MB larger. This was due to an incompatibility
with the ``oslo.privsep`` library dependency on ``pycparser`` which cannot
load into precompiled python programs where the original source embedded
documentation is not present.