Loading pkgs/development/python-modules/tinytuya/default.nix +6 −7 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, # build-system setuptools, # dependencies colorama, cryptography, fetchFromGitHub, pythonOlder, requests, colorama, setuptools, }: buildPythonPackage rec { Loading @@ -17,6 +14,8 @@ buildPythonPackage rec { version = "1.15.1"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "jasonacox"; repo = "tinytuya"; Loading Loading
pkgs/development/python-modules/tinytuya/default.nix +6 −7 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, # build-system setuptools, # dependencies colorama, cryptography, fetchFromGitHub, pythonOlder, requests, colorama, setuptools, }: buildPythonPackage rec { Loading @@ -17,6 +14,8 @@ buildPythonPackage rec { version = "1.15.1"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "jasonacox"; repo = "tinytuya"; Loading