Files
buildroot/package/python-distro/Config.in
tiopex dcdaa3599c bump version to 2022.02.9
add miyoo_defconfig
2023-01-31 16:39:34 +01:00

14 lines
477 B
Plaintext

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