mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-12 17:10:33 +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
650 B
Makefile
14 lines
650 B
Makefile
################################################################################
|
|
#
|
|
# python-google-api-python-client
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_GOOGLE_API_PYTHON_CLIENT_VERSION = 1.6.4
|
|
PYTHON_GOOGLE_API_PYTHON_CLIENT_SOURCE = google-api-python-client-$(PYTHON_GOOGLE_API_PYTHON_CLIENT_VERSION).tar.gz
|
|
PYTHON_GOOGLE_API_PYTHON_CLIENT_SITE = https://files.pythonhosted.org/packages/b4/b3/f9be3f2ec31491c8f74e5c7905fabe890dedb4e1e8db5c951df3c167be41
|
|
PYTHON_GOOGLE_API_PYTHON_CLIENT_SETUP_TYPE = setuptools
|
|
PYTHON_GOOGLE_API_PYTHON_CLIENT_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|