python3Packages.inscriptis: fix build-system

This commit is contained in:
whoomee
2026-02-24 18:26:39 +01:00
parent 97be31fac3
commit 45795ef3cf
@@ -2,11 +2,12 @@
lib,
buildPythonPackage,
fetchFromGitHub,
poetry-core,
hatchling,
lxml,
fastapi,
httpx,
pytestCheckHook,
pytest-cov-stub,
requests,
}:
@@ -22,7 +23,7 @@ buildPythonPackage rec {
hash = "sha256-m1LZiGu79I9fMQXtL1MuzHxUd6KSwuc87Edkt9sp0DE=";
};
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [
lxml
@@ -33,8 +34,11 @@ buildPythonPackage rec {
fastapi
httpx
pytestCheckHook
pytest-cov-stub
];
pythonRelaxDeps = [ "lxml" ];
pythonImportsCheck = [ "inscriptis" ];
meta = {