mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-13 17:54:12 +01:00
e84818f62e
- 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
447 B
Makefile
12 lines
447 B
Makefile
################################################################################
|
|
#
|
|
# python-ovos-tts-server
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_OVOS_TTS_SERVER_VERSION = ceef8aacce4bf58b949573083c7686220f150c5e
|
|
PYTHON_OVOS_TTS_SERVER_SITE = $(call github,OpenVoiceOS,ovos-tts-server,$(PYTHON_OVOS_TTS_SERVER_VERSION))
|
|
PYTHON_OVOS_TTS_SERVER_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|