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

Bump ovos-personal-backend

This commit is contained in:
j1nx
2023-05-08 13:54:56 +02:00
parent c7524fb0c7
commit f126cd4b47
6 changed files with 18 additions and 18 deletions

View File

@@ -0,0 +1,15 @@
config BR2_PACKAGE_PYTHON_OVOS_PERSONAL_BACKEND
bool "python-ovos-personal-backend"
select BR2_PACKAGE_PYTHON_FLASK # runtime
select BR2_PACKAGE_PYTHON_FLASK_MAIL # runtime
select BR2_PACKAGE_PYTHON_GEOCODER # runtime
select BR2_PACKAGE_PYTHON_JSON_DATABASE # runtime
select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
select BR2_PACKAGE_PYTHON_SPEECH2TEXT # runtime
select BR2_PACKAGE_PYTHON_TIMEZONEFINDER # runtime
help
Personal mycroft backend alternative to mycroft.home,
written in flask
https://github.com/OpenVoiceOS/ovos-personal-backend

View File

@@ -0,0 +1,2 @@
# sha256 locally computed
sha256 5c7ee4704de3fc27497b666f481fbdc015334336ead73ac2a96de2d2ec8d0dd2 python-ovos-personal-backend-5029f4bd5a97fafd47590ca35757f579e64f53d4.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-personal-backend
#
################################################################################
PYTHON_OVOS_PERSONAL_BACKEND_VERSION = 5029f4bd5a97fafd47590ca35757f579e64f53d4
PYTHON_OVOS_PERSONAL_BACKEND_SITE = $(call github,OpenVoiceOS,ovos-personal-backend,$(PYTHON_OVOS_PERSONAL_BACKEND_VERSION))
PYTHON_OVOS_PERSONAL_BACKEND_SETUP_TYPE = setuptools
PYTHON_OVOS_PERSONAL_BACKEND_ENV = MYCROFT_LOOSE_REQUIREMENTS=true
$(eval $(python-package))