diskimage-builder/releasenotes/notes/dib-python-deprecate-8401c35a87559076.yaml
Ian Wienand 8662297517 Deprecate dib-python; remove from in-tree elements
We are at the point that all distributions we are building have Python
3, so any tools running in the chroot can assume Python 3 exists.
This makes dib-python redundant; mark it as deprecated and start to
remove it from elements where it is no longer required.

Change-Id: I5d852843ec65d3b04444b77c54c5b82424455cd8
2020-08-07 10:38:16 +10:00

6 lines
161 B
YAML

---
deprecations:
- |
The ``dib-python`` element is deprecated. In chroot Python tools
should use ``#!/usrbin/env python3`` on all distributions now.