1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-13 17:36:27 +01:00
OpenVoiceOS/buildroot-external/package/python-pyowm/python-pyowm.mk
j1nx 884601a62e Add python-pyowm package by default
As a requirement of the weather skill
2021-05-03 15:39:57 +02:00

14 lines
487 B
Makefile

################################################################################
#
# 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))