mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-13 09:27:30 +01:00
55846e484a
- Add Buildroot patches to downgrade / upgrade package dependencies in line with the Mycroft A.I. software stack requirements. - Add buildroot additional package dependencies in line with the Mycroft A.I. software stack requirements. - Update rpi3 defconfig file. - Implement initial root_fs overlay filestructure. - Addition of some quick and dirty helper scripts. - Update of README to reflect these changes.
15 lines
565 B
Makefile
15 lines
565 B
Makefile
################################################################################
|
|
#
|
|
# python-coveralls
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_COVERALLS_VERSION = 1.5.0
|
|
PYTHON_COVERALLS_SOURCE = coveralls-$(PYTHON_COVERALLS_VERSION).tar.gz
|
|
PYTHON_COVERALLS_SITE = https://files.pythonhosted.org/packages/b4/2f/aa954703728177258a935b766004f7504b9a4ff8c8aec0adee3d311feec2
|
|
PYTHON_COVERALLS_SETUP_TYPE = setuptools
|
|
PYTHON_COVERALLS_LICENSE = MIT
|
|
PYTHON_COVERALLS_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|