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:
8f5c0c7
)
python-zipp: fix python-more-itertools dependency
author
Josef Schlehofer
<redacted>
Sun, 3 Nov 2019 12:13:12 +0000
(13:13 +0100)
committer
Josef Schlehofer
<redacted>
Sun, 3 Nov 2019 12:13:12 +0000
(13:13 +0100)
Signed-off-by: Josef Schlehofer <redacted>
lang/python/python-zipp/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/python-zipp/Makefile
b/lang/python/python-zipp/Makefile
index 94db3d124043d58b23014dae21f9023b8ec3c75b..69a7ebed18381a56c5d1b0c23769a3183f50ffeb 100644
(file)
--- a/
lang/python/python-zipp/Makefile
+++ b/
lang/python/python-zipp/Makefile
@@
-2,7
+2,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-zipp
PKG_VERSION:=0.6.0
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PYPI_NAME:=zipp
PKG_HASH:=3718b1cbcd963c7d4c5511a8240812904164b7f381b647143a89d3b98f9bcd8e
@@
-21,7
+21,7
@@
define Package/python3-zipp
SUBMENU:=Python
TITLE:=Zipfile object wrapper
URL:=https://github.com/jaraco/zipp
- DEPENDS:=+python3-light +python-more-itertools
+ DEPENDS:=+python3-light +python
3
-more-itertools
VARIANT:=python3
endef
git clone https://git.99rst.org/PROJECT