mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-27 13:13:42 +00:00
Update buildroot 2020.02.01 (#622)
* Update buildroot 2020.02.01 Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix LN * Fix wpa Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix lint Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * fix-network Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix script Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
14
buildroot/package/python-entrypoints/python-entrypoints.mk
Normal file
14
buildroot/package/python-entrypoints/python-entrypoints.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-entrypoints
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ENTRYPOINTS_VERSION = 0.3
|
||||
PYTHON_ENTRYPOINTS_SOURCE = entrypoints-$(PYTHON_ENTRYPOINTS_VERSION).tar.gz
|
||||
PYTHON_ENTRYPOINTS_SITE = https://files.pythonhosted.org/packages/b4/ef/063484f1f9ba3081e920ec9972c96664e2edb9fdc3d8669b0e3b8fc0ad7c
|
||||
PYTHON_ENTRYPOINTS_SETUP_TYPE = distutils
|
||||
PYTHON_ENTRYPOINTS_LICENSE = MIT
|
||||
PYTHON_ENTRYPOINTS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user