We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c7101 commit 29df8afCopy full SHA for 29df8af
pkgs/development/python-modules/apispec-webframeworks/default.nix
@@ -27,9 +27,9 @@ buildPythonPackage rec {
27
hash = "sha256-V4tdqcHfYRh9VoXUTPXM3SIOogJDJB14SLj5dSd7LzU=";
28
};
29
30
- nativeBuildInputs = [ flit-core ];
+ build-system = [ flit-core ];
31
32
- propagatedBuildInputs = [ apispec ] ++ apispec.optional-dependencies.yaml;
+ dependencies = [ apispec ] ++ apispec.optional-dependencies.yaml;
33
34
nativeCheckInputs = [
35
aiohttp
0 commit comments