python3Packages.tuya-device-handlers: fix version in pyproject.toml
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user