mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Get buildroot-external tree to reflect 2022.02.1
- Changes to the raspberypi board folder/structure - Bump python related poackages and fixes to Python3.10 - Bump KF5 framewerk packages to 5.91 - Bump qtwebengine to 5.15.8 - Bump/Add/Fix all OVOS related packages - Fixes all over the OpenVoiceOS structure for 2022.02.1
This commit is contained in:
@ -1,37 +0,0 @@
|
||||
From 2e1e899044533f0e2a3ffd85cf2f1771a7f3de97 Mon Sep 17 00:00:00 2001
|
||||
From: j1nx <p.steenbergen@j1nx.nl>
|
||||
Date: Thu, 17 Mar 2022 20:23:42 +0100
|
||||
Subject: [PATCH 1/1] Loosen opm requirement
|
||||
|
||||
---
|
||||
requirements/minimal.txt | 2 +-
|
||||
requirements/requirements.txt | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/requirements/minimal.txt b/requirements/minimal.txt
|
||||
index 3c24f7db5f..f11adf46bf 100644
|
||||
--- a/requirements/minimal.txt
|
||||
+++ b/requirements/minimal.txt
|
||||
@@ -4,4 +4,4 @@ mycroft-messagebus-client~=0.9.1,!=0.9.2,!=0.9.3
|
||||
psutil~=5.6.6
|
||||
combo-lock~=0.2
|
||||
ovos-utils~=0.0.20a2
|
||||
-ovos-plugin-manager~=0.0.12
|
||||
\ No newline at end of file
|
||||
+ovos-plugin-manager>=0.0.12
|
||||
diff --git a/requirements/requirements.txt b/requirements/requirements.txt
|
||||
index c562dc9ef2..c0620c7894 100644
|
||||
--- a/requirements/requirements.txt
|
||||
+++ b/requirements/requirements.txt
|
||||
@@ -9,7 +9,7 @@ combo-lock~=0.2
|
||||
PyYAML~=5.4
|
||||
|
||||
ovos-utils~=0.0.20a2
|
||||
-ovos-plugin-manager~=0.0.12
|
||||
+ovos-plugin-manager>=0.0.12
|
||||
ovos-tts-plugin-mimic>=0.2.6
|
||||
ovos-tts-plugin-mimic2>=0.1.4
|
||||
ovos-tts-plugin-google-tx>=0.0.3
|
||||
--
|
||||
2.20.1
|
||||
|
@ -0,0 +1,29 @@
|
||||
From 509238d44e65b50839931a238b4cf8a29f8eab15 Mon Sep 17 00:00:00 2001
|
||||
From: j1nx <p.steenbergen@j1nx.nl>
|
||||
Date: Sat, 7 May 2022 18:20:04 +0200
|
||||
Subject: [PATCH 1/1] Loosen some requirements
|
||||
|
||||
---
|
||||
requirements/requirements.txt | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/requirements/requirements.txt b/requirements/requirements.txt
|
||||
index 46abb239c0..ba81d67b65 100644
|
||||
--- a/requirements/requirements.txt
|
||||
+++ b/requirements/requirements.txt
|
||||
@@ -2,10 +2,10 @@ requests~=2.26
|
||||
PyAudio~=0.2
|
||||
SpeechRecognition~=3.8
|
||||
tornado~=6.0, >=6.0.3
|
||||
-psutil~=5.6.6
|
||||
+psutil>=5.6.6
|
||||
python-dateutil~=2.6
|
||||
combo-lock~=0.2
|
||||
-PyYAML~=5.4
|
||||
+PyYAML>=5.4
|
||||
|
||||
ovos-utils~=0.0
|
||||
ovos-plugin-manager~=0.0
|
||||
--
|
||||
2.34.1
|
||||
|
@ -1 +1 @@
|
||||
sha256 4105fc5c39f4c543b2dcaf169bc5ed9efdf6b1a35630b5e9399d0a315e40566c python-ovos-core-282718d72fdab2ba678481c47864bbfc72e0c02a.tar.gz
|
||||
sha256 3f25f0e2233a1c148ed4090e0e9d693a6b07be54acf975f593cf5b2dfbd7f990 python-ovos-core-d63d5f7495d958edd5f8b67dceb63ed3ed20ff52.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_OVOS_CORE_VERSION = 282718d72fdab2ba678481c47864bbfc72e0c02a
|
||||
PYTHON_OVOS_CORE_VERSION = d63d5f7495d958edd5f8b67dceb63ed3ed20ff52
|
||||
PYTHON_OVOS_CORE_SITE = $(call github,OpenVoiceOS,ovos-core,$(PYTHON_OVOS_CORE_VERSION))
|
||||
PYTHON_OVOS_CORE_SETUP_TYPE = setuptools
|
||||
PYTHON_OVOS_CORE_LICENSE_FILES = LICENSE
|
||||
|
Reference in New Issue
Block a user