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

Add and switch over to ovos-core

This commit is contained in:
j1nx
2022-01-20 21:43:51 +01:00
parent be42535be4
commit b86fd93186
6 changed files with 23 additions and 2 deletions

View File

@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-core
#
################################################################################
PYTHON_OVOS_CORE_VERSION = 033bfbfaf378ab2606b51e2be7d0e36febac26a0
PYTHON_OVOS_CORE_SITE = $(call github,OpenVoiceOS,ovos-core,$(PYTHON_OVOS_CORE_VERSION))
PYTHON_OVOS_CORE_SETUP_TYPE = setuptools
PYTHON_OVOS_CORE_LICENSE_FILES = LICENSE
$(eval $(python-package))