1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-07 23:48:40 +01:00
OpenVoiceOS/buildroot-external/package/python-ovos-core/0001-Loosen-some-requirements.patch
j1nx e84818f62e 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
2022-05-12 10:46:41 +02:00

30 lines
713 B
Diff

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