mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-17 11:29:04 +01:00
- Make it more robust - In preparation for watchdog support - Do not start Mycroft if network is not up - Wait for internet connectivity
13 lines
441 B
Makefile
13 lines
441 B
Makefile
################################################################################
|
|
#
|
|
# python-mycroft
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_MYCROFT_VERSION = cafffd8b62c1376e42e13364c4e1e358d7af41e8
|
|
PYTHON_MYCROFT_SITE = $(call github,MycroftAI,mycroft-core,$(PYTHON_MYCROFT_VERSION))
|
|
PYTHON_MYCROFT_SETUP_TYPE = setuptools
|
|
PYTHON_MYCROFT_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|