Skip to content

Commit 29df8af

Browse files
committed
python312Packages.apispec-webframeworks:: refactor
1 parent 62c7101 commit 29df8af

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/apispec-webframeworks

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/apispec-webframeworks/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ buildPythonPackage rec {
2727
hash = "sha256-V4tdqcHfYRh9VoXUTPXM3SIOogJDJB14SLj5dSd7LzU=";
2828
};
2929

30-
nativeBuildInputs = [ flit-core ];
30+
build-system = [ flit-core ];
3131

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

3434
nativeCheckInputs = [
3535
aiohttp

0 commit comments

Comments
 (0)