home-assistant-custom-components.thewatchman: use ignoreVersionRequirement

This commit is contained in:
Sandro Jäckel
2026-05-04 15:49:48 +02:00
parent 48d98d2a1c
commit 791aaafe51
@@ -20,10 +20,9 @@ buildHomeAssistantComponent rec {
hash = "sha256-5BXIKh8uPKuxsLbxu0fUbuCR2LYOXk1HpOvrqehg0u0=";
};
postPatch = ''
substituteInPlace custom_components/watchman/manifest.json \
--replace-fail "prettytable==3.12.0" "prettytable"
'';
ignoreVersionRequirement = [
"prettytable"
];
dontBuild = true;