8662297517
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
6 lines
161 B
YAML
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.
|