python313Packages.apispec: refactor

This commit is contained in:
Fabian Affolter
2025-05-17 21:27:24 +02:00
committed by GitHub
parent 9401c2016b
commit f4a07b37ab
@@ -25,9 +25,9 @@ buildPythonPackage rec {
hash = "sha256-zltpufzwJQy1a6DBpSp1/yLC98WGZU5XiEOZAYxRnyY=";
};
nativeBuildInputs = [ flit-core ];
build-system = [ flit-core ];
propagatedBuildInputs = [ packaging ];
dependencies = [ packaging ];
optional-dependencies = {
marshmallow = [ marshmallow ];