Config.in 268 B

12345678
  1. config 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. https://github.com/marshmallow-code/marshmallow