mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-14 09:55:13 +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.
13 lines
454 B
Makefile
13 lines
454 B
Makefile
################################################################################
|
|
#
|
|
# python-pep8
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PEP8_VERSION = 1.7.0
|
|
PYTHON_PEP8_SOURCE = pep8-$(PYTHON_PEP8_VERSION).tar.gz
|
|
PYTHON_PEP8_SITE = https://files.pythonhosted.org/packages/3e/b5/1f717b85fbf5d43d81e3c603a7a2f64c9f1dabc69a1e7745bd394cc06404
|
|
PYTHON_PEP8_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|