mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-11 17:30:46 +01:00
- 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
12 lines
489 B
Makefile
12 lines
489 B
Makefile
################################################################################
|
|
#
|
|
# python-ovos-stt-server-plugin
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_OVOS_STT_SERVER_PLUGIN_VERSION = f3b76321aee87f61aea3f0e3cb04aef831f369c1
|
|
PYTHON_OVOS_STT_SERVER_PLUGIN_SITE = $(call github,OpenVoiceOS,ovos-stt-server-plugin,$(PYTHON_OVOS_STT_SERVER_PLUGIN_VERSION))
|
|
PYTHON_OVOS_STT_SERVER_PLUGIN_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|