1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-17 11:29:04 +01:00
OpenVoiceOS/buildroot-external/package/python-mycroft/python-mycroft.mk
Peter Steenbergen 181bb4c98d MycroftOS: Bump mycroft to 19.8.5 and proper systemd support.
- Make it more robust
- In preparation for watchdog support
- Do not start Mycroft if network is not up
- Wait for internet connectivity
2019-12-21 18:54:56 +01:00

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