Browse Source

python: replace with libncursesw with libncurses

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 10 years ago
parent
commit
022fb434cf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/python/files/python-package-ncurses.mk

+ 1
- 1
lang/python/files/python-package-ncurses.mk View File

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


Loading…
Cancel
Save