mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01: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
|
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, \
|
||||||
|
|||||||
Reference in New Issue
Block a user