Files
rpi-buildroot/package/python-marshmallow-sqlalchemy/Config.in
James Hilliard ee974c03f0 package/python-marshmallow-sqlalchemy: bump to version 1.1.0
Migrate from setuptools to flit build backend.

License hash changed due to year removal:
26f4bed9e4

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2024-09-16 11:54:36 +02:00

10 lines
330 B
Plaintext

config BR2_PACKAGE_PYTHON_MARSHMALLOW_SQLALCHEMY
bool "python-marshmallow-sqlalchemy"
select BR2_PACKAGE_PYTHON_MARSHMALLOW # runtime
select BR2_PACKAGE_PYTHON_SQLALCHEMY # runtime
help
SQLAlchemy integration with the marshmallow
(de)serialization library.
https://github.com/marshmallow-code/marshmallow-sqlalchemy