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
)
python3: replace with libncursesw with libncurses
author
Alexandru Ardelean
<redacted>
Tue, 21 Apr 2015 07:20:26 +0000
(10:20 +0300)
committer
Alexandru Ardelean
<redacted>
Tue, 21 Apr 2015 07:20:29 +0000
(10:20 +0300)
Signed-off-by: Alexandru Ardelean <redacted>
lang/python3/files/python3-package-ncurses.mk
patch
|
blob
|
history
diff --git
a/lang/python3/files/python3-package-ncurses.mk
b/lang/python3/files/python3-package-ncurses.mk
index 74bedfe2f9dea2a902e672f08e73a1dbf928eca0..7e703b3ddf5798992aa0e57a17a3aa209d46cfe9 100644
(file)
--- 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 +libncurses
w
+ DEPENDS:=+python3-light +libncurses
endef
$(eval $(call Py3BasePackage,python3-ncurses, \
git clone https://git.99rst.org/PROJECT