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
563 B
Makefile
15 lines
563 B
Makefile
################################################################################
|
|
#
|
|
# python-cython
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CYTHON_VERSION = 0.29.9
|
|
PYTHON_CYTHON_SOURCE = Cython-$(PYTHON_CYTHON_VERSION).tar.gz
|
|
PYTHON_CYTHON_SITE = https://files.pythonhosted.org/packages/69/ab/b18f7f2e61c12e5e859c86b6d37f73971679d5f5c5c97d6cc7ff8916468a
|
|
PYTHON_CYTHON_SETUP_TYPE = setuptools
|
|
PYTHON_CYTHON_LICENSE = Apache-2.0
|
|
PYTHON_CYTHON_LICENSE_FILES = COPYING.txt LICENSE.txt
|
|
|
|
$(eval $(host-python-package))
|