diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2015-04-21 10:20:26 +0300 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2015-04-21 10:20:29 +0300 |
commit | 6e042a2b22f6d1efe7cba71565a2ced6a311fdeb (patch) | |
tree | 55e0f69d5a80edf59c16cc12e48684a0a590228b | |
parent | 3018b32bbe70ac1f2f2a2300c63a1fdd1c380aeb (diff) |
python3: replace with libncursesw with libncurses
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
-rw-r--r-- | lang/python3/files/python3-package-ncurses.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python3/files/python3-package-ncurses.mk b/lang/python3/files/python3-package-ncurses.mk index 74bedfe2f..7e703b3dd 100644 --- a/lang/python3/files/python3-package-ncurses.mk +++ b/lang/python3/files/python3-package-ncurses.mk @@ -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, \ |