projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d79f6a4
)
Enable pyexpat for kid (#2236)
author
Florian Fainelli
<florian@openwrt.org>
Tue, 28 Aug 2007 09:57:42 +0000
(09:57 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 28 Aug 2007 09:57:42 +0000
(09:57 +0000)
SVN-Revision: 8514
lang/python/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/Makefile
b/lang/python/Makefile
index f01f54011a23f5c41be02a47c37fb98c4795a2ac..c3c8560dc2c66ec6bf9fccd5ab6601eb05e54246 100644
(file)
--- 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