python3: replace with libncursesw with libncurses
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
3018b32bbe
commit
6e042a2b22
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
define Package/python3-ncurses
|
define Package/python3-ncurses
|
||||||
$(call Package/python3/Default)
|
$(call Package/python3/Default)
|
||||||
TITLE:=Python $(PYTHON3_VERSION) ncurses module
|
TITLE:=Python $(PYTHON3_VERSION) ncurses module
|
||||||
DEPENDS:=+python3-light +libncursesw
|
DEPENDS:=+python3-light +libncurses
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call Py3BasePackage,python3-ncurses, \
|
$(eval $(call Py3BasePackage,python3-ncurses, \
|
||||||
|
|
Loading…
Reference in a new issue