1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-22 06:15:53 +01:00
OpenVoiceOS/buildroot-external/package/python-gtts_token/python-gtts_token.mk
Peter Steenbergen 9182baac3f MycroftOS: Add back python-gtts_token package.
That is got removed from mycroft it's requirements.txt
doesn't mean it is not needed (DOH)
2019-11-17 13:01:16 +01:00

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))