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:
15
buildroot-external/package/python-beniget/python-beniget.mk
Normal file
15
buildroot-external/package/python-beniget/python-beniget.mk
Normal 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))
|
Reference in New Issue
Block a user