diff --git a/doc/build-openbsd.md b/doc/build-openbsd.md index 7b4efce1fd..db7de7c51e 100644 --- a/doc/build-openbsd.md +++ b/doc/build-openbsd.md @@ -14,7 +14,7 @@ pkg_add git gmake libevent libtool pkg_add qt5 # (optional for enabling the GUI) pkg_add autoconf # (select highest version, e.g. 2.69) pkg_add automake # (select highest version, e.g. 1.15) -pkg_add python # (select highest version, e.g. 3.8) +pkg_add python # (select highest version, e.g. 3.9) pkg_add gmp pkg_add bash pkg_add boost diff --git a/doc/dependencies.md b/doc/dependencies.md index f27487d158..5242e555d8 100644 --- a/doc/dependencies.md +++ b/doc/dependencies.md @@ -19,7 +19,7 @@ These are the dependencies currently used by Dash Core. You can find instruction | Linux Kernel | [N/A](https://www.kernel.org/) | 3.2.0 | | | | | MiniUPnPc | [2.2.2](https://miniupnp.tuxfamily.org/files) | | No | | | | PCRE | | | | | [Yes](https://github.com/dashpay/dash/blob/develop/depends/packages/qt.mk) | -| Python (tests) | | [3.8](https://www.python.org/downloads) | | | | +| Python (tests) | | [3.9](https://www.python.org/downloads) | | | | | qrencode | [3.4.4](https://fukuchi.org/works/qrencode) | | No | | | | Qt | [5.15.11](https://download.qt.io/official_releases/qt/) | [5.11.3](https://github.com/bitcoin/bitcoin/pull/24132) | No | | | | SQLite | [3.32.1](https://sqlite.org/download.html) | [3.7.17](https://github.com/bitcoin/bitcoin/pull/19077) | | | |