$OpenBSD: patch-tools_json_schema_compiler_model_py,v 1.9 2021/04/16 18:15:07 robert Exp $

Index: tools/json_schema_compiler/model.py
--- tools/json_schema_compiler/model.py.orig
+++ tools/json_schema_compiler/model.py
@@ -859,7 +859,7 @@ class Platforms(object):
   CHROMEOS = _PlatformInfo("chromeos")
   CHROMEOS_TOUCH = _PlatformInfo("chromeos_touch")
   LACROS = _PlatformInfo("lacros")
-  LINUX = _PlatformInfo("linux")
+  LINUX = _PlatformInfo("openbsd")
   MAC = _PlatformInfo("mac")
   WIN = _PlatformInfo("win")
 
