1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-28 01:30:59 +01:00
OpenVoiceOS/buildroot-external/package/python-tflit/python-tflit.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

13 lines
461 B
Makefile

################################################################################
#
# python-tflit
#
################################################################################
PYTHON_TFLIT_VERSION = 0.1.2
PYTHON_TFLIT_SOURCE = tflit-$(PYTHON_TFLIT_VERSION).tar.gz
PYTHON_TFLIT_SITE = https://files.pythonhosted.org/packages/34/e2/cda67aa652074f760c9aa3e17929224a9b3c42187256c8cf366908ce3c34
PYTHON_TFLIT_SETUP_TYPE = setuptools
$(eval $(python-package))