about summary refs log tree commit diff
path: root/nixpkgs/pkgs/by-name/ho/homeassistant-satellite/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/by-name/ho/homeassistant-satellite/package.nix')
-rw-r--r--nixpkgs/pkgs/by-name/ho/homeassistant-satellite/package.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/by-name/ho/homeassistant-satellite/package.nix b/nixpkgs/pkgs/by-name/ho/homeassistant-satellite/package.nix
index 26f90237f521..c5a6026d8ec3 100644
--- a/nixpkgs/pkgs/by-name/ho/homeassistant-satellite/package.nix
+++ b/nixpkgs/pkgs/by-name/ho/homeassistant-satellite/package.nix
@@ -16,8 +16,12 @@ python3.pkgs.buildPythonApplication rec {
   };
 
   nativeBuildInputs = with python3.pkgs; [
+    pythonRelaxDepsHook
     setuptools
-    wheel
+  ];
+
+  pythonRelaxDeps = [
+    "aiohttp"
   ];
 
   propagatedBuildInputs = with python3.pkgs; [