1 https://github.com/pallets/werkzeug/pull/2773
3 --- werkzeug-3.1.3/src/werkzeug/debug/__init__.py.orig
4 +++ werkzeug-3.1.3/src/werkzeug/debug/__init__.py
9 + # On illumos and Solaris use the hostid(1) tool.
10 + if sys.platform == "sunos5":
11 + from subprocess import Popen, PIPE
13 + ["/usr/bin/hostid"], stdout=PIPE
15 + if hostid is not "":
20 _machine_id = _generate()