Skip to content

Commit

Permalink
python312Packages.apispec-webframeworks:: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 17, 2024
1 parent 62c7101 commit 29df8af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29df8af

Please sign in to comment.