python: replace with libncursesw with libncurses
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
3018b32bbe
commit
022fb434cf
1 changed files with 1 additions and 1 deletions
|
@ -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, \
|
||||
|
|
Loading…
Reference in a new issue