mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-22 06:15:53 +01:00
9182baac3f
That is got removed from mycroft it's requirements.txt doesn't mean it is not needed (DOH)
14 lines
528 B
Makefile
14 lines
528 B
Makefile
################################################################################
|
|
#
|
|
# python-gtts_token
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_GTTS_TOKEN_VERSION = 1.1.3
|
|
PYTHON_GTTS_TOKEN_SOURCE = gTTS-token-$(PYTHON_GTTS_TOKEN_VERSION).tar.gz
|
|
PYTHON_GTTS_TOKEN_SITE = https://files.pythonhosted.org/packages/e7/25/ca6e9cd3275bfc3097fe6b06cc31db6d3dfaf32e032e0f73fead9c9a03ce
|
|
PYTHON_GTTS_TOKEN_SETUP_TYPE = setuptools
|
|
PYTHON_GTTS_TOKEN_LICENSE = MIT
|
|
|
|
$(eval $(python-package))
|