From: florian Date: Wed, 20 May 2009 16:09:36 +0000 (+0000) Subject: [package] pysqlite is not installed even if it is selected in menuconfig. X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=48f6d19643fd48b51c7e2d8a11df36864d77f076;p=packages.git [package] pysqlite is not installed even if it is selected in menuconfig. Signed-off-by: Roberto Riggio git-svn-id: svn://svn.openwrt.org/openwrt/packages@15936 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/lang/python/Makefile b/lang/python/Makefile index 7a918cf09..a985babfb 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -366,6 +366,11 @@ define PyPackage/python-openssl/filespec +|/usr/lib/python$(PYTHON_VERSION)/lib-dynload/_ssl.so endef +define PyPackage/python-sqlite3/filespec ++|/usr/lib/python$(PYTHON_VERSION)/sqlite3 ++|/usr/lib/python$(PYTHON_VERSION)/lib-dynload/_sqlite3.so +endef + $(eval $(call PyPackage,python)) $(eval $(call PyPackage,python-mini)) $(eval $(call PyPackage,python-doc))