mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-14 21:29:28 +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
461 B
Makefile
15 lines
461 B
Makefile
################################################################################
|
|
#
|
|
# python-pydal
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYDAL_VERSION = 20200910.1
|
|
PYTHON_PYDAL_SITE = $(call github,web2py,pydal,v$(PYTHON_PYDAL_VERSION))
|
|
PYTHON_PYDAL_LICENSE = BSD-3-Clause
|
|
PYTHON_PYDAL_LICENSE_FILES = LICENSE.txt
|
|
PYTHON_PYDAL_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|