Browse Source

python3: replace with libncursesw with libncurses

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

+ 1
- 1
lang/python3/files/python3-package-ncurses.mk View 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, \


Loading…
Cancel
Save