$OpenBSD: patch-tools_json_schema_compiler_model_py,v 1.1 2018/05/04 07:14:58 robert Exp $

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