mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-15 10:28:50 +01:00
008f5649ee
- Mycroft version 19.8.3 + Dutch support - Plus all other requirements updated for this bump.
13 lines
441 B
Makefile
13 lines
441 B
Makefile
################################################################################
|
|
#
|
|
# python-mycroft
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_MYCROFT_VERSION = 17840decd5e1ca52282bfe1c63b82bb16acf4042
|
|
PYTHON_MYCROFT_SITE = $(call github,MycroftAI,mycroft-core,$(PYTHON_MYCROFT_VERSION))
|
|
PYTHON_MYCROFT_SETUP_TYPE = setuptools
|
|
PYTHON_MYCROFT_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|