[tor-commits] [tor-browser-build/master] Bug 34014: Enable sqlite3 support in Python

sysrqb at torproject.org sysrqb at torproject.org
Fri Jul 17 03:48:22 UTC 2020


commit 49ebf71c779e8af289a3377b4698c79d70872123
Author: Georg Koppen <gk at torproject.org>
Date:   Wed Apr 22 15:20:56 2020 +0000

    Bug 34014: Enable sqlite3 support in Python
---
 projects/python/config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/projects/python/config b/projects/python/config
index 10c79cc..a5caece 100644
--- a/projects/python/config
+++ b/projects/python/config
@@ -10,6 +10,7 @@ var:
     - python-all
     - zlib1g-dev
     - libssl-dev
+    - libsqlite3-dev
 
   setup: |
     mkdir -p /var/tmp/dist





More information about the tor-commits mailing list