python3Packages.pytest-param-files: switch to pypaBuildHook

This commit is contained in:
Peder Bergebakken Sundt 2023-09-10 00:30:40 +02:00
parent ebeac39db7
commit 3ab1cf59b8

View file

@ -17,7 +17,7 @@ buildPythonPackage rec {
hash = "sha256-Q7wWoggJN2w2a2umQHx5TsVcugqpovBEtOKruNMZQ8A="; hash = "sha256-Q7wWoggJN2w2a2umQHx5TsVcugqpovBEtOKruNMZQ8A=";
}; };
format = "flit"; format = "pyproject";
nativeBuildInputs = [ flit-core ]; nativeBuildInputs = [ flit-core ];