mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Drop no longer required python-packaging runtime dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
221 B
Plaintext
8 lines
221 B
Plaintext
config BR2_PACKAGE_PYTHON_MARSHMALLOW
|
|
bool "python-marshmallow"
|
|
help
|
|
A lightweight library for converting complex datatypes to
|
|
and from native Python datatypes.
|
|
|
|
https://github.com/marshmallow-code/marshmallow
|