pysqlite is not installed even if it is selected in menuconfig.

Signed-off-by: Roberto Riggio <roberto.rig...@create-net.org>

-- 

Index: lang/python/Makefile
===================================================================
--- lang/python/Makefile        (revision 15933)
+++ lang/python/Makefile        (working copy)
@@ -366,6 +366,11 @@
 +|/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))
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to