python: replace with libncursesw with libncurses

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean
2015-04-21 10:15:44 +03:00
parent 3018b32bbe
commit 022fb434cf
+1 -1
View File
@@ -8,7 +8,7 @@
define Package/python-ncurses define Package/python-ncurses
$(call Package/python/Default) $(call Package/python/Default)
TITLE:=Python $(PYTHON_VERSION) ncurses module TITLE:=Python $(PYTHON_VERSION) ncurses module
DEPENDS:=+python-light +libncursesw DEPENDS:=+python-light +libncurses
endef endef
$(eval $(call PyBasePackage,python-ncurses, \ $(eval $(call PyBasePackage,python-ncurses, \