python-pillow: downgrade for python2 compat

This commit is contained in:
Calin Crisan 2020-08-16 12:05:13 +03:00
parent b61a3a0505
commit d957fb7125
3 changed files with 8 additions and 10 deletions

View File

@ -1,6 +1,5 @@
config BR2_PACKAGE_PYTHON_PILLOW config BR2_PACKAGE_PYTHON_PILLOW
bool "python-pillow" bool "python-pillow"
depends on BR2_PACKAGE_PYTHON3
help help
Pillow is the "friendly" PIL fork by Alex Clark and Pillow is the "friendly" PIL fork by Alex Clark and
Contributors. PIL is the Python Imaging Library by Fredrik Contributors. PIL is the Python Imaging Library by Fredrik

View File

@ -1,5 +1,4 @@
# md5, sha256 from https://pypi.org/project/Pillow/ # sha256 for python-pillow from https://pypi.org/project/Pillow/5.2.0/#files
md5 d099946335c1ba372f5b1fa68ca71645 Pillow-7.0.0.tar.gz # sha256 for LICENSE locally computed
sha256 4d9ed9a64095e031435af120d3c910148067087541131e82b3e8db302f4c8946 Pillow-7.0.0.tar.gz sha256 f8b3d413c5a8f84b12cd4c5df1d8e211777c9852c6be3ee9c094b626644d3eab Pillow-5.2.0.tar.gz
# Locally computed sha256 checksums sha256 4960fc18becc286be839c8ff17bd70cd5222533f761129142153443718a25199 LICENSE
sha256 04a04a908e52921829c7f51528e5619c79becdde99c484ab7d4f235e2927968c LICENSE

View File

@ -4,9 +4,9 @@
# #
################################################################################ ################################################################################
PYTHON_PILLOW_VERSION = 7.0.0 PYTHON_PILLOW_VERSION = 5.2.0
PYTHON_PILLOW_SITE = https://files.pythonhosted.org/packages/39/47/f28067b187dd664d205f75b07dcc6e0e95703e134008a14814827eebcaab
PYTHON_PILLOW_SOURCE = Pillow-$(PYTHON_PILLOW_VERSION).tar.gz PYTHON_PILLOW_SOURCE = Pillow-$(PYTHON_PILLOW_VERSION).tar.gz
PYTHON_PILLOW_SITE = https://files.pythonhosted.org/packages/d3/c4/b45b9c0d549f482dd072055e2d3ced88f3b977f7b87c7a990228b20e7da1
PYTHON_PILLOW_LICENSE = PIL Software License PYTHON_PILLOW_LICENSE = PIL Software License
PYTHON_PILLOW_LICENSE_FILES = LICENSE PYTHON_PILLOW_LICENSE_FILES = LICENSE
PYTHON_PILLOW_SETUP_TYPE = setuptools PYTHON_PILLOW_SETUP_TYPE = setuptools