1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-29 10:11:40 +01:00
OpenVoiceOS/buildroot-external/package/python-sonopy/python-sonopy.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

14 lines
493 B
Makefile

################################################################################
#
# python-sonopy
#
################################################################################
PYTHON_SONOPY_VERSION = 0.1.2
PYTHON_SONOPY_SOURCE = sonopy-$(PYTHON_SONOPY_VERSION).tar.gz
PYTHON_SONOPY_SITE = https://files.pythonhosted.org/packages/2b/4d/862855fb391bc30351f90d6c50ea913df9d18b0ae3b6b8ef3c7aa3ac976f
PYTHON_SONOPY_SETUP_TYPE = setuptools
PYTHON_SONOPY_LICENSE =
$(eval $(python-package))