mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-23 19:26:32 +00:00
python-pillow: downgrade for python2 compat
This commit is contained in:
parent
b61a3a0505
commit
d957fb7125
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_PYTHON_PILLOW
|
||||
bool "python-pillow"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
help
|
||||
Pillow is the "friendly" PIL fork by Alex Clark and
|
||||
Contributors. PIL is the Python Imaging Library by Fredrik
|
||||
@ -11,4 +10,4 @@ config BR2_PACKAGE_PYTHON_PILLOW
|
||||
to get this support. Pillow can use jpeg, zlib (for PNG),
|
||||
tiff, freetype, webp, and openjpeg (JPEG-2000).
|
||||
|
||||
https://pypi.python.org/pypi/Pillow/
|
||||
https://pypi.python.org/pypi/Pillow/
|
@ -1,5 +1,4 @@
|
||||
# md5, sha256 from https://pypi.org/project/Pillow/
|
||||
md5 d099946335c1ba372f5b1fa68ca71645 Pillow-7.0.0.tar.gz
|
||||
sha256 4d9ed9a64095e031435af120d3c910148067087541131e82b3e8db302f4c8946 Pillow-7.0.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 04a04a908e52921829c7f51528e5619c79becdde99c484ab7d4f235e2927968c LICENSE
|
||||
# sha256 for python-pillow from https://pypi.org/project/Pillow/5.2.0/#files
|
||||
# sha256 for LICENSE locally computed
|
||||
sha256 f8b3d413c5a8f84b12cd4c5df1d8e211777c9852c6be3ee9c094b626644d3eab Pillow-5.2.0.tar.gz
|
||||
sha256 4960fc18becc286be839c8ff17bd70cd5222533f761129142153443718a25199 LICENSE
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PILLOW_VERSION = 7.0.0
|
||||
PYTHON_PILLOW_SITE = https://files.pythonhosted.org/packages/39/47/f28067b187dd664d205f75b07dcc6e0e95703e134008a14814827eebcaab
|
||||
PYTHON_PILLOW_VERSION = 5.2.0
|
||||
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_FILES = LICENSE
|
||||
PYTHON_PILLOW_SETUP_TYPE = setuptools
|
||||
@ -70,4 +70,4 @@ define PYTHON_PILLOW_INSTALL_TARGET_CMDS
|
||||
$(PYTHON_PILLOW_INSTALL_TARGET_OPTS)
|
||||
endef
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(python-package))
|
Loading…
x
Reference in New Issue
Block a user