mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-16 22:29:30 +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
532 B
Makefile
15 lines
532 B
Makefile
################################################################################
|
|
#
|
|
# python-janus
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_JANUS_VERSION = 0.6.1
|
|
PYTHON_JANUS_SOURCE = janus-$(PYTHON_JANUS_VERSION).tar.gz
|
|
PYTHON_JANUS_SITE = https://files.pythonhosted.org/packages/7c/1b/8769c2dca84dd8ca92e48b14750c7106ff4313df4fee651dbc3cd9e345a9
|
|
PYTHON_JANUS_SETUP_TYPE = setuptools
|
|
PYTHON_JANUS_LICENSE = Apache-2.0
|
|
PYTHON_JANUS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|