$OpenBSD: patch-tools_json_schema_compiler_model_py,v 1.3 2019/05/10 21:55:40 robert Exp $

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