Loading pkgs/development/python-modules/home-assistant-chip-core/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -78,12 +78,17 @@ buildPythonPackage rec { pygobject3 ]; pythonNamespaces = [ "chip" "chip.clusters" ]; pythonImportsCheck = [ "chip" "chip.ble" # https://github.com/project-chip/connectedhomeip/pull/24376 #"chip.configuration" "chip.configuration" "chip.discovery" "chip.exceptions" "chip.native" "chip.storage" ]; Loading Loading
pkgs/development/python-modules/home-assistant-chip-core/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -78,12 +78,17 @@ buildPythonPackage rec { pygobject3 ]; pythonNamespaces = [ "chip" "chip.clusters" ]; pythonImportsCheck = [ "chip" "chip.ble" # https://github.com/project-chip/connectedhomeip/pull/24376 #"chip.configuration" "chip.configuration" "chip.discovery" "chip.exceptions" "chip.native" "chip.storage" ]; Loading