home-assistant-chip-core: fix native dependencies (#354491)

This commit is contained in:
K900 2024-11-08 17:46:12 +03:00 committed by GitHub
commit 4eb5e32fd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ buildPythonPackage rec {
deprecation
mobly
pygobject3
];
] ++ home-assistant-chip-wheels.propagatedBuildInputs;
pythonNamespaces = [
"chip"

View File

@ -118,7 +118,7 @@ stdenv.mkDerivation rec {
yapf
];
buildInputs = [
propagatedBuildInputs = [
openssl
glib
libnl