needs flit_core not setuptools

This commit is contained in:
daniel
2025-11-02 02:01:35 +00:00
parent c867320524
commit 0ceeb066af
+2 -1
View File
@@ -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