1config BR2_PACKAGE_PYTHON_MARSHMALLOW_SQLALCHEMY
2	bool "python-marshmallow-sqlalchemy"
3	select BR2_PACKAGE_PYTHON_MARSHMALLOW # runtime
4	select BR2_PACKAGE_PYTHON_PACKAGING # runtime
5	select BR2_PACKAGE_PYTHON_SQLALCHEMY # runtime
6	help
7	  SQLAlchemy integration with the marshmallow
8	  (de)serialization library.
9
10	  https://github.com/marshmallow-code/marshmallow-sqlalchemy
11