mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-23 19:26:35 +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
543 B
Makefile
15 lines
543 B
Makefile
################################################################################
|
|
#
|
|
# python-psutil
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PSUTIL_VERSION = 5.5.0
|
|
PYTHON_PSUTIL_SOURCE = psutil-$(PYTHON_PSUTIL_VERSION).tar.gz
|
|
PYTHON_PSUTIL_SITE = https://files.pythonhosted.org/packages/6e/a0/833bcbcede5141cc5615e50c7cc5b960ce93d9c9b885fbe3b7d36e48a2d4
|
|
PYTHON_PSUTIL_SETUP_TYPE = setuptools
|
|
PYTHON_PSUTIL_LICENSE = BSD-3-Clause
|
|
PYTHON_PSUTIL_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|