aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2020-04-06 17:25:47 +0300
committerGitHub <noreply@github.com>2020-04-06 17:25:47 +0300
commit2d16c6fc57cc890ece010eb538461b79189df5a8 (patch)
treef27dbcb474553c28c9c3797307600ba96632fd39 /lang
parent1326c9d14624fc3a90edb071ea77990719feab4b (diff)
parente6e1c89c5096a3159993e004c754aa5d1cd19f3c (diff)
Merge pull request #11779 from commodo/pillow-bump
pillow: bump to version 7.1.1
Diffstat (limited to 'lang')
-rw-r--r--lang/python/pillow/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/pillow/Makefile b/lang/python/pillow/Makefile
index 380c5e389..b0ec93b18 100644
--- a/lang/python/pillow/Makefile
+++ b/lang/python/pillow/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=pillow
-PKG_VERSION:=6.2.1
+PKG_VERSION:=7.1.1
PKG_RELEASE:=1
PYPI_NAME:=Pillow
-PKG_HASH:=bf4e972a88f8841d8fdc6db1a75e0f8d763e66e3754b03006cbc3854d89f1cb1
+PKG_HASH:=0f89ddc77cf421b8cd34ae852309501458942bf370831b4a9b406156b599a14e
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=HPND
@@ -33,7 +33,7 @@ endef
define Package/python3-pillow
$(call Package/python-pillow/Default)
- DEPENDS+=+PACKAGE_python3-pillow:python3
+ DEPENDS+=+python3
VARIANT:=python3
endef