1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-02-28 13:47:37 +00:00

Update buildroot & docker (#25)

* Update docker & buildroot

* Fix

* fix versions
This commit is contained in:
Pascal Vizeli
2018-05-28 14:58:22 +02:00
committed by GitHub
parent 7db3226a8e
commit b13086072c
1887 changed files with 22062 additions and 18015 deletions

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-visitor
#
################################################################################
PYTHON_VISITOR_VERSION = 0.1.3
PYTHON_VISITOR_SOURCE = visitor-$(PYTHON_VISITOR_VERSION).tar.gz
PYTHON_VISITOR_SITE = https://pypi.python.org/packages/d7/58/785fcd6de4210049da5fafe62301b197f044f3835393594be368547142b0
PYTHON_VISITOR_SETUP_TYPE = setuptools
PYTHON_VISITOR_LICENSE = MIT
PYTHON_VISITOR_LICENSE_FILES = LICENSE
$(eval $(python-package))