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

Add/Enable yagmail and dependencies

This commit is contained in:
j1nx
2021-09-02 20:10:40 +02:00
parent 6a3a5d441a
commit 12ba039601
8 changed files with 59 additions and 1 deletions

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-premailer
#
################################################################################
PYTHON_PREMAILER_VERSION = 3.10.0
PYTHON_PREMAILER_SOURCE = premailer-$(PYTHON_PREMAILER_VERSION).tar.gz
PYTHON_PREMAILER_SITE = https://files.pythonhosted.org/packages/a3/6f/e49bd31941eff2987076383fa6d811eb785a28f498f5bb131e981bd71e13
PYTHON_PREMAILER_SETUP_TYPE = setuptools
PYTHON_PREMAILER_LICENSE = Python Software Foundation License
PYTHON_PREMAILER_LICENSE_FILES = LICENSE
$(eval $(python-package))