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

Add python-pyowm package by default

As a requirement of the weather skill
This commit is contained in:
j1nx
2021-05-03 15:39:57 +02:00
parent fdddf3d0b6
commit 884601a62e
5 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,13 @@
################################################################################
#
# python-pyowm
#
################################################################################
PYTHON_PYOWM_VERSION = 2.6.1
PYTHON_PYOWM_SOURCE = pyowm-$(PYTHON_PYOWM_VERSION).tar.gz
PYTHON_PYOWM_SITE = https://files.pythonhosted.org/packages/3a/1b/94282ac9ea7f737a6eea9520fed026200b63853b3196392814506c456b00
PYTHON_PYOWM_SETUP_TYPE = distutils
PYTHON_PYOWM_LICENSE = MIT
$(eval $(python-package))