python312Packages.flask-marshmallow: refactor

This commit is contained in:
Fabian Affolter
2024-10-13 11:09:59 +02:00
committed by Martin Weinelt
parent c6b6721892
commit 898305277e
@@ -25,9 +25,9 @@ buildPythonPackage rec {
hash = "sha256-GQLkt/CJf/QI8emvlW8xSRziGnncwfMSxBccW0Bb8I0=";
};
nativeBuildInputs = [ flit-core ];
build-system = [ flit-core ];
propagatedBuildInputs = [
dependencies = [
flask
marshmallow
];