From 376e01b382679b49d5c8464c869d14eca23ab4b9 Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 11 Jan 2023 16:55:56 +0000 Subject: [PATCH] doc: add databases/py-sqlite3 to FreeBSD test suite deps --- doc/build-freebsd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` ---