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

Implement local-backend

This commit is contained in:
j1nx
2021-01-09 18:47:29 +01:00
parent bb7e6c3d3b
commit 9f904fb811
45 changed files with 440 additions and 15 deletions

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-requests-cache
#
################################################################################
PYTHON_REQUESTS_CACHE_VERSION = 0.5.2
PYTHON_REQUESTS_CACHE_SOURCE = requests-cache-$(PYTHON_REQUESTS_CACHE_VERSION).tar.gz
PYTHON_REQUESTS_CACHE_SITE = https://files.pythonhosted.org/packages/0c/d4/bdc22aad6979ceeea2638297f213108aeb5e25c7b103fa02e4acbe43992e
PYTHON_REQUESTS_CACHE_SETUP_TYPE = setuptools
PYTHON_REQUESTS_CACHE_LICENSE = BSD-2-Clause
PYTHON_REQUESTS_CACHE_LICENSE_FILES = LICENSE
$(eval $(python-package))