python3: replace with libncursesw with libncurses
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 21 Apr 2015 07:20:26 +0000 (10:20 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 21 Apr 2015 07:20:29 +0000 (10:20 +0300)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python3/files/python3-package-ncurses.mk

index 74bedfe2f9dea2a902e672f08e73a1dbf928eca0..7e703b3ddf5798992aa0e57a17a3aa209d46cfe9 100644 (file)
@@ -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, \