
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
9 lines
362 B
YAML
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.
|