Bump python-ovos-core
This commit is contained in:
parent
ba411aaf07
commit
114b0c74be
|
@ -1,6 +1,6 @@
|
|||
From 509238d44e65b50839931a238b4cf8a29f8eab15 Mon Sep 17 00:00:00 2001
|
||||
From 984a029070c37436a30ab347a0bfafa67a960014 Mon Sep 17 00:00:00 2001
|
||||
From: j1nx <p.steenbergen@j1nx.nl>
|
||||
Date: Sat, 7 May 2022 18:20:04 +0200
|
||||
Date: Sun, 5 Jun 2022 13:15:54 +0200
|
||||
Subject: [PATCH 1/1] Loosen some requirements
|
||||
|
||||
---
|
||||
|
@ -8,7 +8,7 @@ Subject: [PATCH 1/1] Loosen some requirements
|
|||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/requirements/requirements.txt b/requirements/requirements.txt
|
||||
index 46abb239c0..ba81d67b65 100644
|
||||
index ef51533514..563d0b1f6e 100644
|
||||
--- a/requirements/requirements.txt
|
||||
+++ b/requirements/requirements.txt
|
||||
@@ -2,10 +2,10 @@ requests~=2.26
|
||||
|
@ -21,9 +21,9 @@ index 46abb239c0..ba81d67b65 100644
|
|||
combo-lock~=0.2
|
||||
-PyYAML~=5.4
|
||||
+PyYAML>=5.4
|
||||
watchdog
|
||||
|
||||
ovos-utils~=0.0
|
||||
ovos-plugin-manager~=0.0
|
||||
ovos-utils~=0.0, >=0.0.22
|
||||
--
|
||||
2.34.1
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
sha256 414ec0789acde16939a645b2b13043724262bc436a08278d9d88ed71b2bdcf43 python-ovos-core-95ebcbbc5394d96b1faf9916500c046aac7fbeee.tar.gz
|
||||
sha256 09c5ccb890f2b8a2c97ad9ff704372b0155087c82c063cbbd9df45083323be63 python-ovos-core-dcce48ac6c20da2a7bf33591247a8f7401f82102.tar.gz
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_OVOS_CORE_VERSION = 95ebcbbc5394d96b1faf9916500c046aac7fbeee
|
||||
PYTHON_OVOS_CORE_VERSION = dcce48ac6c20da2a7bf33591247a8f7401f82102
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue