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.
py3-zmq
port on OpenBSD for interface_zmq.py
#31535
Also updates the documented OpenBSD version.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/31535.
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.