git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3018b32
)
python: replace with libncursesw with libncurses
author
Alexandru Ardelean
<redacted>
Tue, 21 Apr 2015 07:15:44 +0000
(10:15 +0300)
committer
Alexandru Ardelean
<redacted>
Tue, 21 Apr 2015 07:15:44 +0000
(10:15 +0300)
Signed-off-by: Alexandru Ardelean <redacted>
lang/python/files/python-package-ncurses.mk
patch
|
blob
|
history
diff --git
a/lang/python/files/python-package-ncurses.mk
b/lang/python/files/python-package-ncurses.mk
index 04751ef8373849bdb0c641e04b6c9a6ca396e598..bab9415593a866edfdc08b2f6749173da31080db 100644
(file)
--- a/
lang/python/files/python-package-ncurses.mk
+++ b/
lang/python/files/python-package-ncurses.mk
@@
-8,7
+8,7
@@
define Package/python-ncurses
$(call Package/python/Default)
TITLE:=Python $(PYTHON_VERSION) ncurses module
- DEPENDS:=+python-light +libncurses
w
+ DEPENDS:=+python-light +libncurses
endef
$(eval $(call PyBasePackage,python-ncurses, \
git clone https://git.99rst.org/PROJECT