Unverified Commit f4a07b37 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.apispec: refactor

parent 9401c201
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];