Unverified Commit 3e900ed5 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python311Packages.home-assistant-chip-core: fix pep420 namespacing

and improve import coverage.
parent 01f92c3b
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -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"
  ];