1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Bump ovos-local-backend

This commit is contained in:
j1nx
2022-10-18 17:07:55 +02:00
parent 8b65cb9868
commit 663136c0bc
2 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,9 @@
#
################################################################################
PYTHON_OVOS_LOCAL_BACKEND_VERSION = f9a357490747975a7cc2c447f935938677f610b1
PYTHON_OVOS_LOCAL_BACKEND_VERSION = ea56f6ef600864c4c9ca082654b1cbb550e31e44
PYTHON_OVOS_LOCAL_BACKEND_SITE = $(call github,OpenVoiceOS,OVOS-local-backend,$(PYTHON_OVOS_LOCAL_BACKEND_VERSION))
PYTHON_OVOS_LOCAL_BACKEND_SETUP_TYPE = setuptools
PYTHON_OVOS_LOCAL_BACKEND_ENV = MYCROFT_LOOSE_REQUIREMENTS=true
$(eval $(python-package))