1config BR2_PACKAGE_PYTHON_MARSHMALLOW
2	bool "python-marshmallow"
3	select BR2_PACKAGE_PYTHON_PACKAGING # runtime
4	help
5	  A lightweight library for converting complex datatypes to
6	  and from native Python datatypes.
7
8	  https://github.com/marshmallow-code/marshmallow
9