1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-28 01:30:59 +01:00
OpenVoiceOS/buildroot-external/package/python-gast/python-gast.mk
Peter Steenbergen 987755a337 Add precise-lite support + all dependencies for it.
(No TFlite_runtime package included as of yet)
2021-09-23 14:55:05 +02:00

16 lines
587 B
Makefile

################################################################################
#
# python-gast
#
################################################################################
PYTHON_GAST_VERSION = 0.5.2
PYTHON_GAST_SOURCE = gast-$(PYTHON_GAST_VERSION).tar.gz
PYTHON_GAST_SITE = https://files.pythonhosted.org/packages/53/88/e12484298c9c913b68c1de191fa673f8a976036d98efbdcb60014f14c65c
PYTHON_GAST_SETUP_TYPE = setuptools
PYTHON_GAST_LICENSE = FIXME: please specify the exact BSD version
PYTHON_GAST_LICENSE_FILES = LICENSE
$(eval $(python-package))
$(eval $(host-python-package))