1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-11 09:20:44 +01:00
2023-05-10 11:27:51 +02:00

13 lines
557 B
Makefile

################################################################################
#
# python-ovos-stt-plugin-selene
#
################################################################################
PYTHON_OVOS_STT_PLUGIN_SELENE_VERSION = 549f8583e706c44234257fcc39fa0f454c1e37b3
PYTHON_OVOS_STT_PLUGIN_SELENE_SITE = $(call github,OpenVoiceOS,ovos-stt-plugin-selene,$(PYTHON_OVOS_STT_PLUGIN_SELENE_VERSION))
PYTHON_OVOS_STT_PLUGIN_SELENE_SETUP_TYPE = setuptools
PYTHON_OVOS_STT_PLUGIN_SELENE_ENV = MYCROFT_LOOSE_REQUIREMENTS=true
$(eval $(python-package))