doc: add databases/py-sqlite3 to FreeBSD test suite deps

This commit is contained in:
fanquake 2023-01-11 16:55:56 +00:00
parent 329d7e379d
commit 376e01b382
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -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
```
---