aab7bc4a1d
Now that host-python2 is gone, the custom python3 variant can be dropped. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
626 B
Makefile
17 lines
626 B
Makefile
################################################################################
|
|
#
|
|
# python-psutil
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PSUTIL_VERSION = 5.8.0
|
|
PYTHON_PSUTIL_SOURCE = psutil-$(PYTHON_PSUTIL_VERSION).tar.gz
|
|
PYTHON_PSUTIL_SITE = https://files.pythonhosted.org/packages/e1/b0/7276de53321c12981717490516b7e612364f2cb372ee8901bd4a66a000d7
|
|
PYTHON_PSUTIL_SETUP_TYPE = setuptools
|
|
PYTHON_PSUTIL_LICENSE = BSD-3-Clause
|
|
PYTHON_PSUTIL_LICENSE_FILES = LICENSE
|
|
PYTHON_PSUTIL_CPE_ID_VENDOR = psutil_project
|
|
PYTHON_PSUTIL_CPE_ID_PRODUCT = psutil
|
|
|
|
$(eval $(python-package))
|