Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.pytest-json-report: refactor

+2 -2
+2 -2
pkgs/development/python-modules/pytest-json-report/default.nix
··· 23 23 hash = "sha256-hMB/atDuo7CjwhHFUOxVfgJ7Qp4AA9J428iv7hyQFcs="; 24 24 }; 25 25 26 - nativeBuildInputs = [ 26 + build-system = [ 27 27 setuptools 28 28 ]; 29 29 ··· 31 31 pytest 32 32 ]; 33 33 34 - propagatedBuildInputs = [ 34 + dependencies = [ 35 35 pytest-metadata 36 36 ]; 37 37