The python package does not call the BuildPackage method for sqlite3,
as a result the python-sqlite3 is not available in menuconfig.

Signed-off-by: Roberto Riggio <roberto dot riggio at create dot net>

-- 
Index: lang/python/Makefile
===================================================================
--- lang/python/Makefile        (revision 15793)
+++ lang/python/Makefile        (working copy)
@@ -371,9 +371,11 @@
 $(eval $(call PyPackage,python-doc))
 $(eval $(call PyPackage,python-expat))
 $(eval $(call PyPackage,python-openssl))
+$(eval $(call PyPackage,python-sqlite3))
 
 $(eval $(call BuildPackage,python))
 $(eval $(call BuildPackage,python-mini))
 $(eval $(call BuildPackage,python-doc))
 $(eval $(call BuildPackage,python-expat))
 $(eval $(call BuildPackage,python-openssl))
+$(eval $(call BuildPackage,python-sqlite3))
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to