[Lunar-commits] <moonbase> Python: add optional depends on sqlite

Zachary McGrew zmcgrew at lunar-linux.org
Mon Jan 12 00:20:56 CET 2009


commit a2168ac5e47f2737df536b0234fe48a294556950
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Sun Jan 11 15:20:56 2009 -0800

    Python: add optional depends on sqlite
---
 python/Python/DEPENDS |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/python/Python/DEPENDS b/python/Python/DEPENDS
index 7d0b08f..5f203a4 100644
--- a/python/Python/DEPENDS
+++ b/python/Python/DEPENDS
@@ -2,5 +2,7 @@ depends  expat
 
 optional_depends  "gdbm" "" "" "to build the gdbm module"
 
+optional_depends  "sqlite" "" "" "to build in sqlite db module"
+
 # removing this until lunar bug #171 can be addressed
 #optional_depends "tk" "" "" "to enable tkinter"


More information about the Lunar-commits mailing list