Commit da7e2263 authored by K900's avatar K900
Browse files

home-assistant-chip-core: fix native dependencies

These get lost when chip-wheels is compressed, and need to be recovered
in chip-core to be picked up properly by refscan.
parent 9deddb4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ buildPythonPackage rec {
    deprecation
    mobly
    pygobject3
  ];
  ] ++ home-assistant-chip-wheels.propagatedBuildInputs;

  pythonNamespaces = [
    "chip"
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ stdenv.mkDerivation rec {
    yapf
  ];

  buildInputs = [
  propagatedBuildInputs = [
    openssl
    glib
    libnl