mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-13 01:16:34 +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.
14 lines
558 B
Makefile
14 lines
558 B
Makefile
################################################################################
|
|
#
|
|
# python-deprecated
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_DEPRECATED_VERSION = 1.2.3
|
|
PYTHON_DEPRECATED_SOURCE = Deprecated-$(PYTHON_DEPRECATED_VERSION).tar.gz
|
|
PYTHON_DEPRECATED_SITE = https://files.pythonhosted.org/packages/e1/fc/c729448c32aa702bffbfc986973e5fa48873ed1512d0ba9a2ffb09bf73be
|
|
PYTHON_DEPRECATED_SETUP_TYPE = setuptools
|
|
PYTHON_DEPRECATED_LICENSE_FILES = LICENSE.txt doc/License.rst
|
|
|
|
$(eval $(python-package))
|