mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-22 02:36:40 +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
547 B
Makefile
15 lines
547 B
Makefile
################################################################################
|
|
#
|
|
# python-pyasn1
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYASN1_VERSION = 0.4.5
|
|
PYTHON_PYASN1_SOURCE = pyasn1-$(PYTHON_PYASN1_VERSION).tar.gz
|
|
PYTHON_PYASN1_SITE = https://files.pythonhosted.org/packages/46/60/b7e32f6ff481b8a1f6c8f02b0fd9b693d1c92ddd2efb038ec050d99a7245
|
|
PYTHON_PYASN1_SETUP_TYPE = setuptools
|
|
PYTHON_PYASN1_LICENSE = BSD-2-Clause
|
|
PYTHON_PYASN1_LICENSE_FILES = LICENSE.rst
|
|
|
|
$(eval $(python-package))
|