python3Packages.sphinx-pytest: switch to pypaBuildHook

This commit is contained in:
Peder Bergebakken Sundt 2023-09-10 00:38:19 +02:00
parent 3e53c1fb8a
commit 7040fb7e9a

View file

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