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>
10 lines
330 B
Plaintext
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
|