python-zipp: fix python-more-itertools dependency
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
parent
8f5c0c763c
commit
426ed75dbe
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-zipp
|
PKG_NAME:=python-zipp
|
||||||
PKG_VERSION:=0.6.0
|
PKG_VERSION:=0.6.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PYPI_NAME:=zipp
|
PYPI_NAME:=zipp
|
||||||
PKG_HASH:=3718b1cbcd963c7d4c5511a8240812904164b7f381b647143a89d3b98f9bcd8e
|
PKG_HASH:=3718b1cbcd963c7d4c5511a8240812904164b7f381b647143a89d3b98f9bcd8e
|
||||||
|
@ -21,7 +21,7 @@ define Package/python3-zipp
|
||||||
SUBMENU:=Python
|
SUBMENU:=Python
|
||||||
TITLE:=Zipfile object wrapper
|
TITLE:=Zipfile object wrapper
|
||||||
URL:=https://github.com/jaraco/zipp
|
URL:=https://github.com/jaraco/zipp
|
||||||
DEPENDS:=+python3-light +python-more-itertools
|
DEPENDS:=+python3-light +python3-more-itertools
|
||||||
VARIANT:=python3
|
VARIANT:=python3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue