python313Packages.kajiki: fix build

This commit is contained in:
Sigmanificient
2025-10-11 23:13:10 +02:00
parent 148761bc4f
commit b908eb6a0c
@@ -6,12 +6,13 @@
linetable,
pytestCheckHook,
pythonOlder,
hatchling,
}:
buildPythonPackage rec {
pname = "kajiki";
version = "1.0.1";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -24,6 +25,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ linetable ];
build-system = [ hatchling ];
nativeCheckInputs = [
babel
pytestCheckHook