mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-21 18:29:02 +00:00
* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
15 lines
619 B
Makefile
15 lines
619 B
Makefile
################################################################################
|
|
#
|
|
# python-pyasn1-modules
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYASN1_MODULES_VERSION = 0.2.4
|
|
PYTHON_PYASN1_MODULES_SOURCE = pyasn1-modules-$(PYTHON_PYASN1_MODULES_VERSION).tar.gz
|
|
PYTHON_PYASN1_MODULES_SITE = https://files.pythonhosted.org/packages/bd/a5/ef7bf693e8a8f015386c9167483199f54f8a8ec01d1c737e05524f16e792
|
|
PYTHON_PYASN1_MODULES_SETUP_TYPE = setuptools
|
|
PYTHON_PYASN1_MODULES_LICENSE = BSD-2-Clause
|
|
PYTHON_PYASN1_MODULES_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|