python313Packages.pytest-check: update build-system

This commit is contained in:
Fabian Affolter
2025-04-03 23:13:23 +02:00
committed by Martin Weinelt
parent 5d85560840
commit 195a36a770
@@ -2,7 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
flit-core,
hatchling,
pytest,
pytestCheckHook,
}:
@@ -18,7 +18,7 @@ buildPythonPackage rec {
hash = "sha256-Ex+letLw4h45iG4FJVFCu1hOYYgaXkWE/QaxSq5j7l0=";
};
nativeBuildInputs = [ flit-core ];
build-system = [ hatchling ];
buildInputs = [ pytest ];