From b5dd4ff4f26c73a1d9ddbaaee2ebf1d7f7e8a975 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 28 Aug 2007 09:57:42 +0000 Subject: [PATCH] Enable pyexpat for kid (#2236) git-svn-id: svn://svn.openwrt.org/openwrt/packages@8514 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/python/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/Makefile b/lang/python/Makefile index f01f54011..c3c8560dc 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