mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-20 21:11:22 +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
535 B
Makefile
15 lines
535 B
Makefile
################################################################################
|
|
#
|
|
# python-wrapt
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_WRAPT_VERSION = 1.10.11
|
|
PYTHON_WRAPT_SOURCE = wrapt-$(PYTHON_WRAPT_VERSION).tar.gz
|
|
PYTHON_WRAPT_SITE = https://files.pythonhosted.org/packages/a0/47/66897906448185fcb77fc3c2b1bc20ed0ecca81a0f2f88eda3fc5a34fc3d
|
|
PYTHON_WRAPT_SETUP_TYPE = distutils
|
|
PYTHON_WRAPT_LICENSE = BSD-2-Clause
|
|
PYTHON_WRAPT_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|