mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-15 21:59: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)
14 lines
477 B
Makefile
14 lines
477 B
Makefile
################################################################################
|
|
#
|
|
# python-mwscrape
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_MWSCRAPE_VERSION = 568ccbe6e12dd6391277df02adf724ba0e5f9197
|
|
PYTHON_MWSCRAPE_SITE = $(call github,itkach,mwscrape,$(PYTHON_MWSCRAPE_VERSION))
|
|
PYTHON_MWSCRAPE_LICENSE = MPL-2.0
|
|
PYTHON_MWSCRAPE_LICENSE_FILES = LICENSE.txt
|
|
PYTHON_MWSCRAPE_SETUP_TYPE = distutils
|
|
|
|
$(eval $(python-package))
|