python312Packages.html2image: refactor

This commit is contained in:
Fabian Affolter 2024-09-10 10:34:15 +02:00 committed by GitHub
parent c6409268aa
commit e521ac6028
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,13 +21,13 @@ buildPythonPackage rec {
postPatch = '' postPatch = ''
substituteInPlace pyproject.toml \ substituteInPlace pyproject.toml \
--replace poetry.masonry.api poetry.core.masonry.api \ --replace-fail poetry.masonry.api poetry.core.masonry.api \
--replace "poetry>=" "poetry-core>=" --replace-fail "poetry>=" "poetry-core>="
''; '';
nativeBuildInputs = [ poetry-core ]; build-system = [ poetry-core ];
propagatedBuildInputs = [ dependencies = [
requests requests
websocket-client websocket-client
]; ];