mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-08 07:28:11 +01:00
181bb4c98d
- Make it more robust - In preparation for watchdog support - Do not start Mycroft if network is not up - Wait for internet connectivity
15 lines
514 B
Makefile
15 lines
514 B
Makefile
################################################################################
|
|
#
|
|
# python-msm
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_MSM_VERSION = 0.8.4
|
|
PYTHON_MSM_SOURCE = msm-$(PYTHON_MSM_VERSION).tar.gz
|
|
PYTHON_MSM_SITE = https://files.pythonhosted.org/packages/04/e0/e9522b675e72d1de6c3991b1cb7ecc0fbb53a3d625ba329db6f08bfa4de2
|
|
PYTHON_MSM_SETUP_TYPE = setuptools
|
|
PYTHON_MSM_LICENSE = Apache-2.0
|
|
PYTHON_MSM_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|