python3Packages.tuya-device-handlers: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-08 19:22:58 -07:00
parent 6f4a56db8e
commit 75395c0592
@@ -3,6 +3,7 @@
buildPythonPackage,
fetchFromGitHub,
poetry-core,
pyprojectVersionPatchHook,
tuya-device-sharing-sdk,
pytestCheckHook,
syrupy,
@@ -20,6 +21,10 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-O08/NRB3xPjCGWjv5GHJJmn8/rL1rP6J7OlqR17zHeA=";
};
nativeBuildInputs = [
pyprojectVersionPatchHook
];
build-system = [ poetry-core ];
dependencies = [ tuya-device-sharing-sdk ];