mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-03-05 20:18:41 +01:00
MycroftOS: Buildroot: Add python-cryptography 2.6.1 requirement
This commit is contained in:
parent
c349691756
commit
e873caa842
@ -99,8 +99,8 @@ BR2_PACKAGE_PYTHON3_SQLITE=y
|
||||
BR2_PACKAGE_PYTHON3_XZ=y
|
||||
BR2_PACKAGE_PYTHON_ALSAAUDIO=y
|
||||
BR2_PACKAGE_PYTHON_ARROW=y
|
||||
BR2_PACKAGE_PYTHON_CFFI=y
|
||||
BR2_PACKAGE_PYTHON_CONFIGSHELL_FB=y
|
||||
BR2_PACKAGE_PYTHON_CRYPTOGRAPHY=y
|
||||
BR2_PACKAGE_PYTHON_DAEMONIZE=y
|
||||
BR2_PACKAGE_PYTHON_GOBJECT=y
|
||||
BR2_PACKAGE_PYTHON_LXML=y
|
||||
|
@ -0,0 +1,41 @@
|
||||
From 05f3feff391df968b07e35298a4bc1df252a4434 Mon Sep 17 00:00:00 2001
|
||||
From: Peter Steenbergen <info@j1nx.nl>
|
||||
Date: Sat, 7 Sep 2019 12:57:13 +0200
|
||||
Subject: [PATCH 1/1] Downgrade python-cryptography to 2.6.1
|
||||
|
||||
---
|
||||
package/python-cryptography/python-cryptography.hash | 2 +-
|
||||
package/python-cryptography/python-cryptography.mk | 4 ++--
|
||||
2 files changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/package/python-cryptography/python-cryptography.hash b/package/python-cryptography/python-cryptography.hash
|
||||
index 36da21c9c1..20374ed86b 100644
|
||||
--- a/package/python-cryptography/python-cryptography.hash
|
||||
+++ b/package/python-cryptography/python-cryptography.hash
|
||||
@@ -1,6 +1,6 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/cryptography/json
|
||||
md5 2b5e8269c43c9b9ab54fc8c75ba3c7ac cryptography-2.3.1.tar.gz
|
||||
-sha256 8d10113ca826a4c29d5b85b2c4e045ffa8bad74fb525ee0eceb1d38d4c70dfd6 cryptography-2.3.1.tar.gz
|
||||
+sha256 26c821cbeb683facb966045e2064303029d572a87ee69ca5a1bf54bf55f93ca6 cryptography-2.6.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 35452b557fab0efb1e80d7edb9c4e5118b9384082adaa051dde342102cb9de8d LICENSE
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE.APACHE
|
||||
diff --git a/package/python-cryptography/python-cryptography.mk b/package/python-cryptography/python-cryptography.mk
|
||||
index 91b680b2be..2c96a7c35a 100644
|
||||
--- a/package/python-cryptography/python-cryptography.mk
|
||||
+++ b/package/python-cryptography/python-cryptography.mk
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
-PYTHON_CRYPTOGRAPHY_VERSION = 2.3.1
|
||||
+PYTHON_CRYPTOGRAPHY_VERSION = 2.6.1
|
||||
PYTHON_CRYPTOGRAPHY_SOURCE = cryptography-$(PYTHON_CRYPTOGRAPHY_VERSION).tar.gz
|
||||
-PYTHON_CRYPTOGRAPHY_SITE = https://files.pythonhosted.org/packages/22/21/233e38f74188db94e8451ef6385754a98f3cad9b59bedf3a8e8b14988be4
|
||||
+PYTHON_CRYPTOGRAPHY_SITE = https://files.pythonhosted.org/packages/07/ca/bc827c5e55918ad223d59d299fff92f3563476c3b00d0a9157d9c0217449
|
||||
PYTHON_CRYPTOGRAPHY_SETUP_TYPE = setuptools
|
||||
PYTHON_CRYPTOGRAPHY_LICENSE = Apache-2.0 or BSD-3-Clause
|
||||
PYTHON_CRYPTOGRAPHY_LICENSE_FILES = LICENSE LICENSE.APACHE LICENSE.BSD
|
||||
--
|
||||
2.11.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user