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

Bump ovos-utils + add python-kthread package

This commit is contained in:
j1nx
2021-01-20 15:31:27 +01:00
parent f9b52dfddc
commit c7b6b23a06
7 changed files with 25 additions and 2 deletions

View File

@ -0,0 +1,12 @@
################################################################################
#
# python-kthread
#
################################################################################
PYTHON_KTHREAD_VERSION = 0.2.2
PYTHON_KTHREAD_SOURCE = kthread-$(PYTHON_KTHREAD_VERSION).tar.gz
PYTHON_KTHREAD_SITE = https://files.pythonhosted.org/packages/cc/32/cf425dc4622888376ddac4ee8105bd4a90b18a291a69c63d7bb702cb79bd
PYTHON_KTHREAD_SETUP_TYPE = setuptools
$(eval $(python-package))