mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-14 05:09:27 +00:00
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
15 lines
556 B
Makefile
15 lines
556 B
Makefile
################################################################################
|
|
#
|
|
# python-mwclient
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_MWCLIENT_VERSION = 0.10.1
|
|
PYTHON_MWCLIENT_SOURCE = mwclient-$(PYTHON_MWCLIENT_VERSION).tar.gz
|
|
PYTHON_MWCLIENT_SITE = https://files.pythonhosted.org/packages/97/b4/5fc70ad3286a8d8ec4b9ac01acad0f6b00c5a48d4a16b9d3be6519b7eb21
|
|
PYTHON_MWCLIENT_LICENSE = MIT
|
|
PYTHON_MWCLIENT_LICENSE_FILES = LICENSE.md
|
|
PYTHON_MWCLIENT_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|