Files
buildroot/package/python-logbook/Config.in
James Hilliard d492ff7912 package/python-logbook: bump to version 1.9.2
Migrate from setuptools cython based build to setuptools-rust.

Add new python-typing-extensions runtime dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2026-01-02 23:00:02 +01:00

10 lines
274 B
Plaintext

config BR2_PACKAGE_PYTHON_LOGBOOK
bool "python-logbook"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
select BR2_PACKAGE_PYTHON3_ZLIB
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
help
A logging replacement for Python.
http://logbook.pocoo.org/