Skip to content

Commit c29eaee

Browse files
committed
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.
1 parent e221b25 commit c29eaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build-netbsd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ There is an included test suite that is useful for testing code changes when dev
9393
To run the test suite (recommended), you will need to have Python 3 installed:
9494

9595
```bash
96-
pkgin install python310 py310-zmq
96+
pkgin install python313 py313-zmq
9797
```
9898

9999
## Building Bitcoin Core

0 commit comments

Comments
 (0)