Config.in 281 B

12345678
  1. config BR2_PACKAGE_PYTHON_SIMPLELOGGING
  2. bool "python-simplelogging"
  3. depends on BR2_PACKAGE_PYTHON3 # python-colorlog
  4. select BR2_PACKAGE_PYTHON_COLORLOG # runtime
  5. help
  6. Logging made simple, no excuse for any debug print call.
  7. https://github.com/vpoulailleau/simplelogging