From 9cc1c7b7ef27f67abac34d1c385d54af5c0df909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 6 Sep 2025 15:35:10 -0700 Subject: [PATCH] python3Packages.tuya-device-sharing-sdk: modernize --- .../python-modules/tuya-device-sharing-sdk/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/tuya-device-sharing-sdk/default.nix b/pkgs/development/python-modules/tuya-device-sharing-sdk/default.nix index 71d4e75cbca4..733d0adffe24 100644 --- a/pkgs/development/python-modules/tuya-device-sharing-sdk/default.nix +++ b/pkgs/development/python-modules/tuya-device-sharing-sdk/default.nix @@ -12,8 +12,8 @@ let version = "0.2.4"; in buildPythonPackage { - format = "setuptools"; inherit pname version; + pyproject = true; src = fetchPypi { inherit pname version;