home-assistant-custom-components.{openplantbook,thewatchman}: use ignoreVersionRequirement (#516515)
This commit is contained in:
@@ -20,10 +20,10 @@ buildHomeAssistantComponent rec {
|
||||
hash = "sha256-Ym7bt+0s7eqlL3oDtppIGenoW1XvrSjKkV2flE0TzUo=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace custom_components/openplantbook/manifest.json \
|
||||
--replace-fail "==" ">="
|
||||
'';
|
||||
ignoreVersionRequirement = [
|
||||
"json-timeseries"
|
||||
"openplantbook-sdk"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
json-timeseries
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user