1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Add precise-lite support + all dependencies for it.

(No TFlite_runtime package included as of yet)
This commit is contained in:
Peter Steenbergen
2021-09-23 14:55:05 +02:00
parent 014bbf9653
commit 987755a337
35 changed files with 346 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
################################################################################
#
# python-beniget
#
################################################################################
PYTHON_BENIGET_VERSION = 0.4.1
PYTHON_BENIGET_SOURCE = beniget-$(PYTHON_BENIGET_VERSION).tar.gz
PYTHON_BENIGET_SITE = https://files.pythonhosted.org/packages/14/e7/50cbac38f77eca8efd39516be6651fdb9f3c4c0fab8cf2cf05f612578737
PYTHON_BENIGET_SETUP_TYPE = setuptools
PYTHON_BENIGET_LICENSE = FIXME: please specify the exact BSD version
PYTHON_BENIGET_LICENSE_FILES = LICENSE
$(eval $(python-package))
$(eval $(host-python-package))