mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Bump mycroft-core and some python packages
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
From 2342dde59f02b3cab1a961f74eaf06889fb8d175 Mon Sep 17 00:00:00 2001
|
||||
From: j1nx <p.steenbergen@j1nx.nl>
|
||||
Date: Tue, 29 Dec 2020 10:29:43 +0100
|
||||
Subject: [PATCH 1/1] Bump requests requirement to >= 2.24.0 inline with
|
||||
buildroot. This to prevent issues with the urllib3 package in combination
|
||||
with the HASS skill.
|
||||
|
||||
---
|
||||
requirements/requirements.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/requirements/requirements.txt b/requirements/requirements.txt
|
||||
index abe48fa508..8dc55a9756 100644
|
||||
--- a/requirements/requirements.txt
|
||||
+++ b/requirements/requirements.txt
|
||||
@@ -1,4 +1,4 @@
|
||||
-requests==2.20.0
|
||||
+requests>=2.24.0
|
||||
gTTS==2.2.0
|
||||
PyAudio==0.2.11
|
||||
pyee==8.1.0
|
||||
--
|
||||
2.20.1
|
||||
|
@@ -1 +1 @@
|
||||
sha256 e014ddc64471b0bb0371fe98f32704bdc4e399f05dbd9a4d2f7e9c2c91173036 python-mycroft-4c254aa99f11bb9c027c728908198a3376cd39f3.tar.gz
|
||||
sha256 edda85888f73e98ab0f60e7d7bbae045becff69f4b6494aab6e47e321356b680 python-mycroft-0050bde937e1741356031d2adca1fbc0cfcb3fb7.tar.gz
|
||||
|
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_MYCROFT_VERSION = 4c254aa99f11bb9c027c728908198a3376cd39f3
|
||||
PYTHON_MYCROFT_VERSION = 0050bde937e1741356031d2adca1fbc0cfcb3fb7
|
||||
PYTHON_MYCROFT_SITE = $(call github,MycroftAI,mycroft-core,$(PYTHON_MYCROFT_VERSION))
|
||||
PYTHON_MYCROFT_SETUP_TYPE = setuptools
|
||||
PYTHON_MYCROFT_LICENSE_FILES = LICENSE
|
||||
|
Reference in New Issue
Block a user