lol

python312Packages.pytest-json-report: refactor

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