mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 10:38:21 +04:00
python: replace with libncursesw with libncurses
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -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, \
|
||||
|
||||
Reference in New Issue
Block a user