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

Add OVOS-Dashboard and its dependencies

This commit is contained in:
Peter Steenbergen
2021-09-22 15:46:32 +02:00
parent 0603eb27f6
commit 3b8a390b6c
29 changed files with 261 additions and 0 deletions

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-flask-simplelogin
#
################################################################################
PYTHON_FLASK_SIMPLELOGIN_VERSION = 0.1.0
PYTHON_FLASK_SIMPLELOGIN_SOURCE = flask_simplelogin-$(PYTHON_FLASK_SIMPLELOGIN_VERSION).tar.gz
PYTHON_FLASK_SIMPLELOGIN_SITE = https://files.pythonhosted.org/packages/34/18/660cd00c6153dddefea29ae6a8274ab2a8bbb6b124fe4d23db944a6a079c
PYTHON_FLASK_SIMPLELOGIN_SETUP_TYPE = setuptools
PYTHON_FLASK_SIMPLELOGIN_LICENSE = MIT
PYTHON_FLASK_SIMPLELOGIN_LICENSE_FILES = LICENSE
$(eval $(python-package))