mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
[WIP] Working on implementing all sj201-interface dependencies
Leaving it for now as circuitpython needs some thoughs to implement into the buildroot system.
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-sysv-ipc
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SYSV_IPC_VERSION = 1.1.0
|
||||
PYTHON_SYSV_IPC_SOURCE = sysv_ipc-$(PYTHON_SYSV_IPC_VERSION).tar.gz
|
||||
PYTHON_SYSV_IPC_SITE = https://files.pythonhosted.org/packages/0c/d7/5d2f861155e9749f981e6c58f2a482d3ab458bf8c35ae24d4b4d5899ebf9
|
||||
PYTHON_SYSV_IPC_SETUP_TYPE = setuptools
|
||||
PYTHON_SYSV_IPC_LICENSE = FIXME: please specify the exact BSD version
|
||||
PYTHON_SYSV_IPC_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user