python313Packages.kajiki: fix build (#451131)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user