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:
@@ -0,0 +1,22 @@
|
||||
From 503f3301b063c22f9f92b884fdf157a28aa5251f Mon Sep 17 00:00:00 2001
|
||||
From: j1nx <p.steenbergen@j1nx.nl>
|
||||
Date: Sat, 7 May 2022 18:32:10 +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 5d943a5..54bcf40 100644
|
||||
--- a/requirements/requirements.txt
|
||||
+++ b/requirements/requirements.txt
|
||||
@@ -1,2 +1,2 @@
|
||||
-python-dateutil~=2.6
|
||||
-rapidfuzz
|
||||
\ No newline at end of file
|
||||
+python-dateutil>=2.6
|
||||
+rapidfuzz
|
||||
--
|
||||
2.34.1
|
||||
|
@@ -1 +1 @@
|
||||
sha256 e504af37f088c5938054a36a678329213aea1cd2468000cd9e4f00908cc85307 python-ovos-lingua-franca-e5ab15963ea9827f85c2f9cfc4cf14f7401307bf.tar.gz
|
||||
sha256 cb91843838cbb0204bda2eddfdb1a1ab818518e37446c0fc1a80b2c283ab13f1 python-ovos-lingua-franca-392cc37cbfde3b8d6f11258c1e148e63ba2fb951.tar.gz
|
||||
|
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_OVOS_LINGUA_FRANCA_VERSION = e5ab15963ea9827f85c2f9cfc4cf14f7401307bf
|
||||
PYTHON_OVOS_LINGUA_FRANCA_VERSION = 392cc37cbfde3b8d6f11258c1e148e63ba2fb951
|
||||
PYTHON_OVOS_LINGUA_FRANCA_SITE = $(call github,OpenVoiceOS,ovos-lingua-franca,$(PYTHON_OVOS_LINGUA_FRANCA_VERSION))
|
||||
PYTHON_OVOS_LINGUA_FRANCA_SETUP_TYPE = setuptools
|
||||
PYTHON_OVOS_LINGUA_FRANCA_LICENSE = Apache-2.0
|
||||
|
Reference in New Issue
Block a user