Config.in 477 B

12345678910111213
  1. config 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. It is the recommended replacement for Python's original
  8. platform.linux_distribution function (removed in Python
  9. 3.8). It also provides much more functionality which isn't
  10. necessarily Python bound, like a command-line interface.
  11. https://github.com/nir0s/distro