home-assistant: use overridden dependencies in overrides

This commit is contained in:
Martin Weinelt
2023-12-09 18:14:01 +01:00
parent d9e209e1fe
commit 9755134150
+4 -4
View File
@@ -106,10 +106,10 @@ let
rev = "refs/tags/${version}";
hash = "sha256-iqlKfpnETLqQwy5sNcK2x/TgmuN2hCfYoHEFK2WWVXI=";
};
nativeBuildInputs = with super; [
nativeBuildInputs = with self; [
setuptools
];
propagatedBuildInputs = with super; [
propagatedBuildInputs = with self; [
aenum
aiohttp
pydantic
@@ -147,11 +147,11 @@ let
hash = "sha256-adkcUuPl0jdJjkBINCTW4Kmc16C/HzL+jaRZB/Qr09A=";
};
nativeBuildInputs = with super; [
nativeBuildInputs = with self; [
setuptools
];
propagatedBuildInputs = with super; [
propagatedBuildInputs = with self; [
requests
];