From: Alexandru Ardelean Date: Tue, 21 Apr 2015 07:20:26 +0000 (+0300) Subject: python3: replace with libncursesw with libncurses X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6e042a2b22f6d1efe7cba71565a2ced6a311fdeb;p=feed%2Fpackages.git python3: replace with libncursesw with libncurses Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python3/files/python3-package-ncurses.mk b/lang/python3/files/python3-package-ncurses.mk index 74bedfe2f9..7e703b3ddf 100644 --- a/lang/python3/files/python3-package-ncurses.mk +++ b/lang/python3/files/python3-package-ncurses.mk @@ -8,7 +8,7 @@ define Package/python3-ncurses $(call Package/python3/Default) TITLE:=Python $(PYTHON3_VERSION) ncurses module - DEPENDS:=+python3-light +libncursesw + DEPENDS:=+python3-light +libncurses endef $(eval $(call Py3BasePackage,python3-ncurses, \