[python]: fix sqlite extension (#12239)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33902 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker
2012-10-24 00:03:13 +00:00
parent 173bbb31e3
commit 90f0fbef2f
2 changed files with 11 additions and 1 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=python
PKG_VERSION:=2.7.3
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://www.python.org/ftp/python/$(PKG_VERSION)