mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
17
package/python3-psutil/python3-psutil.mk
Normal file
17
package/python3-psutil/python3-psutil.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# python3-psutil
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# Please keep in sync with package/python-psutil/python-psutil.mk
|
||||
PYTHON3_PSUTIL_VERSION = 5.7.2
|
||||
PYTHON3_PSUTIL_SOURCE = psutil-$(PYTHON3_PSUTIL_VERSION).tar.gz
|
||||
PYTHON3_PSUTIL_SITE = https://files.pythonhosted.org/packages/aa/3e/d18f2c04cf2b528e18515999b0c8e698c136db78f62df34eee89cee205f1
|
||||
PYTHON3_PSUTIL_SETUP_TYPE = setuptools
|
||||
PYTHON3_PSUTIL_LICENSE = BSD-3-Clause
|
||||
PYTHON3_PSUTIL_LICENSE_FILES = LICENSE
|
||||
HOST_PYTHON3_PSUTIL_DL_SUBDIR = python-psutil
|
||||
HOST_PYTHON3_PSUTIL_NEEDS_HOST_PYTHON = python3
|
||||
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user