mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-13 17:36:27 +01:00
39 lines
1.7 KiB
Diff
39 lines
1.7 KiB
Diff
From 8c455033a1d5a9010c8f09faaf4c53f1f7995e92 Mon Sep 17 00:00:00 2001
|
|
From: Peter Steenbergen <info@j1nx.nl>
|
|
Date: Mon, 2 Sep 2019 16:42:44 +0200
|
|
Subject: [PATCH 1/1] Downgrade python-pillow to 4.1.1
|
|
|
|
---
|
|
package/python-pillow/python-pillow.hash | 1 +
|
|
package/python-pillow/python-pillow.mk | 4 ++--
|
|
2 files changed, 3 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/package/python-pillow/python-pillow.hash b/package/python-pillow/python-pillow.hash
|
|
index fa9caae679..d74c79893e 100644
|
|
--- a/package/python-pillow/python-pillow.hash
|
|
+++ b/package/python-pillow/python-pillow.hash
|
|
@@ -2,3 +2,4 @@
|
|
# sha256 for LICENSE locally computed
|
|
sha256 809c0a2ce9032cbcd7b5313f71af4bdc5c8c771cb86eb7559afd954cab82ebb5 Pillow-6.0.0.tar.gz
|
|
sha256 64ea4328ed56392b423ef968519a9ad427e3de9b985862c95ed2ed4d793d22ee LICENSE
|
|
+sha256 00b6a5f28d00f720235a937ebc2f50f4292a5c7e2d6ab9a8b26153b625c4f431 Pillow-4.1.1.tar.gz
|
|
diff --git a/package/python-pillow/python-pillow.mk b/package/python-pillow/python-pillow.mk
|
|
index 6efa9f3923..227a664dde 100644
|
|
--- a/package/python-pillow/python-pillow.mk
|
|
+++ b/package/python-pillow/python-pillow.mk
|
|
@@ -4,9 +4,9 @@
|
|
#
|
|
################################################################################
|
|
|
|
-PYTHON_PILLOW_VERSION = 6.0.0
|
|
+PYTHON_PILLOW_VERSION = 4.1.1
|
|
PYTHON_PILLOW_SOURCE = Pillow-$(PYTHON_PILLOW_VERSION).tar.gz
|
|
-PYTHON_PILLOW_SITE = https://files.pythonhosted.org/packages/81/1a/6b2971adc1bca55b9a53ed1efa372acff7e8b9913982a396f3fa046efaf8
|
|
+PYTHON_PILLOW_SITE = https://files.pythonhosted.org/packages/93/73/66854f63b1941aad9af18a1de59f9cf95ad1a87c801540222e332f6688d7
|
|
PYTHON_PILLOW_LICENSE = PIL Software License
|
|
PYTHON_PILLOW_LICENSE_FILES = LICENSE
|
|
PYTHON_PILLOW_SETUP_TYPE = setuptools
|
|
--
|
|
2.11.0
|
|
|