aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-01-18 15:37:51 +0000
committerfanquake <fanquake@gmail.com>2023-01-18 15:38:02 +0000
commitb52a6c0cf96b285497e088063907e6141179b1a4 (patch)
tree0dd4c92ace54a0855e98c775d02f6138cb50a82d /doc
parent8741cd88b44cd5c492cc9fa989c4c04f379ca18c (diff)
parent376e01b382679b49d5c8464c869d14eca23ab4b9 (diff)
Merge bitcoin/bitcoin#26873: doc: add databases/py-sqlite3 to FreeBSD test suite deps
376e01b382679b49d5c8464c869d14eca23ab4b9 doc: add databases/py-sqlite3 to FreeBSD test suite deps (fanquake) Pull request description: Adds missing documentation. See also https://cirrus-ci.com/task/5639240319500288. ACKs for top commit: john-moffett: ACK 376e01b382679b49d5c8464c869d14eca23ab4b9 Tree-SHA512: a7b8d0bae00c3538934d23eae207b7927a64e748eb228ac6c5754aee0e9b6796c0f39066c7d81cc009bf442c8b1a0c31739adde87d1ebc3445aed54dda47c9ce
Diffstat (limited to 'doc')
-rw-r--r--doc/build-freebsd.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-freebsd.md b/doc/build-freebsd.md
index a8e643a2ab..d45e9c4d0d 100644
--- a/doc/build-freebsd.md
+++ b/doc/build-freebsd.md
@@ -72,7 +72,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
-pkg install python3
+pkg install python3 databases/py-sqlite3
```
---