On OpenBSD, Python's zmq module is provided as a separate port.
This PR updates the OpenBSD Build Guide to include this port, enabling the interface_zmq.py functional test.
Also updates the documented OpenBSD version.
Also updates the documented OpenBSD version.
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--006a51241073e994b41acfe9ec718e94-->
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/31535.
<!--021abf342d371248e50ceaed478a90ca-->
See the guideline for information on the review process.
| Type | Reviewers |
|---|---|
| ACK | theStack |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
Tested ACK be1a2e5dfbdf4b3799f07e48c41b09b54b72f9b6
Verified on OpenBSD 7.6 that $ ./build/test/functional/interface_zmq.py succeeds if py3-zmq is installed and that the test is skipped (python3-zmq module not available) if that package is removed.