From c29eaeeaf9377b1e3c33e82d29597790a5388403 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sat, 15 Nov 2025 13:11:49 +0000 Subject: [PATCH] doc: Update NetBSD Build Guide The `py310-zmq` binary package is not available by default on NetBSD 10.1. It has been updated to `py313-zmq`, and the `python310` package is updated accordingly. See: https://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/index-all.html. --- doc/build-netbsd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-netbsd.md b/doc/build-netbsd.md index 103e62568a4..f19eb4c5fec 100644 --- a/doc/build-netbsd.md +++ b/doc/build-netbsd.md @@ -93,7 +93,7 @@ There is an included test suite that is useful for testing code changes when dev To run the test suite (recommended), you will need to have Python 3 installed: ```bash -pkgin install python310 py310-zmq +pkgin install python313 py313-zmq ``` ## Building Bitcoin Core