mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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>
10 lines
274 B
Plaintext
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/
|