From a068a3b47c8690c1bf8bccd3c9a0fc991da40030 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 5 Jan 2021 18:54:05 +0100 Subject: [PATCH] home-assistant: set preference for whois module in parse-requirements.py --- pkgs/servers/home-assistant/parse-requirements.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/home-assistant/parse-requirements.py b/pkgs/servers/home-assistant/parse-requirements.py index 5bcab0a0d5b2..fc0e790bd6f1 100755 --- a/pkgs/servers/home-assistant/parse-requirements.py +++ b/pkgs/servers/home-assistant/parse-requirements.py @@ -39,6 +39,7 @@ PKG_PREFERENCES = { "tensorflow-bin_2": "tensorflow", "tensorflowWithoutCuda": "tensorflow", "tensorflow-build_2": "tensorflow", + "whois": "python-whois", }