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

index 04751ef8373849bdb0c641e04b6c9a6ca396e598..bab9415593a866edfdc08b2f6749173da31080db 100644 (file)
@@ -8,7 +8,7 @@
 define Package/python-ncurses
 $(call Package/python/Default)
   TITLE:=Python $(PYTHON_VERSION) ncurses module
-  DEPENDS:=+python-light +libncursesw
+  DEPENDS:=+python-light +libncurses
 endef
 
 $(eval $(call PyBasePackage,python-ncurses, \