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

Replace mycroft-messagebus-client with ovos-bus-client

This commit is contained in:
j1nx
2023-05-06 09:15:21 +02:00
parent d3582092a4
commit 5636832b55
7 changed files with 29 additions and 26 deletions

View File

@@ -0,0 +1,12 @@
config BR2_PACKAGE_PYTHON_OVOS_BUS_CLIENT
bool "python-ovos-bus-client"
help
This module is a simple interface for the mycroft
messagebus and can be used to connect to ovos, send
messages and react to messages sent by the OpenVoiceOS
system.
This module extends the mycroft-messagebus-client with
a Session implementation
https://github.com/OpenVoiceOS/ovos-bus-client

View File

@@ -0,0 +1,2 @@
# Locally computed sha256 checksums
sha256 c8150ffcd690914954f90309f167eff9f59accba4a75acb367a84022768f800e python-ovos-bus-client-8821ec701b061eff7821c9f3cd1f9d4e60153dbd.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-ovos-bus-client
#
################################################################################
PYTHON_OVOS_BUS_CLIENT_VERSION = 8821ec701b061eff7821c9f3cd1f9d4e60153dbd
PYTHON_OVOS_BUS_CLIENT_SITE = $(call github,OpenVoiceOS,ovos-bus-client,$(PYTHON_OVOS_BUS_CLIENT_VERSION))
PYTHON_OVOS_BUS_CLIENT_SETUP_TYPE = setuptools
PYTHON_OVOS_BUS_CLIENT_LICENSE = Apache-2.0
PYTHON_OVOS_BUS_CLIENT_LICENSE_FILES = LICENSE
PYTHON_OVOS_BUS_CLIENT_ENV = MYCROFT_LOOSE_REQUIREMENTS=true
$(eval $(python-package))