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

Add python-mock-msm package

This commit is contained in:
j1nx
2021-04-26 20:29:39 +02:00
parent 57522fc849
commit 0c738fd2f5
5 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_MOCK_MSM
bool "python-mock-msm"
help
The sole purpose of this pkg is to mock msm imports
https://github.com/HelloChatterbox/mock-msm

View File

@@ -0,0 +1 @@
sha256 88b3f7e3a4fdd83a1de269056c42711e242e9c073a9ac49d35f3621493104fbb python-mock-msm-8a2ffde324f857928cd9c69ec68e97e5e97a8a77.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-mock-msm
#
################################################################################
PYTHON_MOCK_MSM_VERSION = 8a2ffde324f857928cd9c69ec68e97e5e97a8a77
PYTHON_MOCK_MSM_SITE = $(call github,HelloChatterbox,mock-msm,$(PYTHON_MOCK_MSM_VERSION))
PYTHON_MOCK_MSM_SETUP_TYPE = setuptools
PYTHON_MOCK_MSM_LICENSE_FILES = LICENSE
$(eval $(python-package))