Solved Python sqlite3 install

In the process of trying to get Mailman 3 working on FreeBSD I need to install sqlite3, which I can do using pkg install databases/py-sqlite3

Unfortunately this will install py27-sqlite3 but I need the Python3 version. Is that available and how would I install it?
 
Back
Top