python3Packages.python-melcloud: fix version in pyproject.toml
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user