python313Packages.html2image: update build-system

This commit is contained in:
Fabian Affolter
2025-08-18 20:09:37 +02:00
parent 9de8eb2c3d
commit b84809fbca
@@ -2,7 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
poetry-core,
hatchling,
requests,
websocket-client,
}:
@@ -19,13 +19,7 @@ buildPythonPackage rec {
hash = "sha256-qGp6i4fNmduTZfdxNvYJTAQV/Ovm3XFNOJ8uSj6Ipic=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail poetry.masonry.api poetry.core.masonry.api \
--replace-fail "poetry>=" "poetry-core>="
'';
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [
requests