From: Florian Fainelli Date: Tue, 28 Aug 2007 09:57:42 +0000 (+0000) Subject: Enable pyexpat for kid (#2236) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=a2b19b8d6c8d7d6d2ecc82ca41e8cf1604b6c310 Enable pyexpat for kid (#2236) SVN-Revision: 8514 --- diff --git a/lang/python/Makefile b/lang/python/Makefile index f01f54011a..c3c8560dc2 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -22,13 +22,13 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install include $(INCLUDE_DIR)/package.mk -PY_DISABLED_MODULES=pyexpat \ +PY_DISABLED_MODULES=\ _curses _curses_panel _tkinter nis define Package/python SECTION:=lang CATEGORY:=Languages - DEPENDS:=+uclibcxx +libpthread +libreadline +libncurses +libopenssl + DEPENDS:=+uclibcxx +libpthread +libreadline +libncurses +libopenssl +libexpat TITLE:=Python 2.5 programming language URL:=http://www.python.org/ endef