1config BR2_PACKAGE_PYTHON_DISTRO 2 bool "python distro" 3 help 4 distro provides information about the OS distribution it 5 runs on, such as a reliable machine-readable ID, or version 6 information. 7 8 It is the recommended replacement for Python's original 9 platform.linux_distribution function (removed in Python 10 3.8). It also provides much more functionality which isn't 11 necessarily Python bound, like a command-line interface. 12 13 https://github.com/nir0s/distro 14