python3Packages.python-melcloud: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-08 19:23:00 -07:00
parent cb157f07f9
commit 09ffbef1de
@@ -7,6 +7,7 @@
mashumaro,
orjson,
poetry-core,
pyprojectVersionPatchHook,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
@@ -30,6 +31,10 @@ buildPythonPackage rec {
--replace-fail "poetry-core>=1.5,<2.0" poetry-core
'';
nativeBuildInputs = [
pyprojectVersionPatchHook
];
build-system = [ poetry-core ];
pythonRemoveDeps = [