From 0ceeb066afc519f650f0cf96398fc8becb8cf747 Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 2 Nov 2025 02:01:35 +0000 Subject: [PATCH] needs flit_core not setuptools --- databases/py-marshmallow-sqlalchemy/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/py-marshmallow-sqlalchemy/Makefile b/databases/py-marshmallow-sqlalchemy/Makefile index 76f9271a87a..3f4555d4eab 100644 --- a/databases/py-marshmallow-sqlalchemy/Makefile +++ b/databases/py-marshmallow-sqlalchemy/Makefile @@ -3,6 +3,7 @@ COMMENT= SQLAlchemy integration with marshmallow library MODPY_DISTV = 1.4.2 DISTNAME = marshmallow_sqlalchemy-${MODPY_DISTV} PKGNAME = py-${DISTNAME:S/_/-/} +REVISION = 0 CATEGORIES = databases @@ -14,7 +15,7 @@ PERMIT_PACKAGE = Yes MODULES = lang/python MODPY_PI = Yes -MODPY_PYBUILD = setuptools +MODPY_PYBUILD = flit_core RUN_DEPENDS = databases/py-sqlalchemy<3.0 \ devel/py-marshmallow