mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-14 12:40:16 +01:00
b13086072c
* Update docker & buildroot * Fix * fix versions
14 lines
416 B
Makefile
14 lines
416 B
Makefile
################################################################################
|
|
#
|
|
# python-remi
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_REMI_VERSION = v1.1
|
|
PYTHON_REMI_SITE = $(call github,dddomodossola,remi,$(PYTHON_REMI_VERSION))
|
|
PYTHON_REMI_LICENSE = Apache-2.0
|
|
PYTHON_REMI_LICENSE_FILES = LICENSE
|
|
PYTHON_REMI_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|