From: Josef Schlehofer Date: Sun, 3 Nov 2019 12:13:12 +0000 (+0100) Subject: python-zipp: fix python-more-itertools dependency X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a6f026ff5b879bde3fceae2fa5127671db5f86fd;p=feed%2Fpackages.git python-zipp: fix python-more-itertools dependency Signed-off-by: Josef Schlehofer (cherry-picked from commit 426ed75dbeec4448ee2cec16bf7c78ee7b3528dc) --- diff --git a/lang/python/python-zipp/Makefile b/lang/python/python-zipp/Makefile index 94db3d1240..69a7ebed18 100644 --- 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 +python3-more-itertools VARIANT:=python3 endef