Commit 29df8af1 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.apispec-webframeworks:: refactor

parent 62c71011
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,9 +27,9 @@ buildPythonPackage rec {
    hash = "sha256-V4tdqcHfYRh9VoXUTPXM3SIOogJDJB14SLj5dSd7LzU=";
  };

  nativeBuildInputs = [ flit-core ];
  build-system = [ flit-core ];

  propagatedBuildInputs = [ apispec ] ++ apispec.optional-dependencies.yaml;
  dependencies = [ apispec ] ++ apispec.optional-dependencies.yaml;

  nativeCheckInputs = [
    aiohttp