mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-24 07:21:13 +00:00
python3-types-psutil: Upgrade 6.1.0.20241102 -> 7.0.0.20250601
Upgrade to release 7.0.0.20250601: - Add missing __dir__ method to psutil.Popen - Replace Incomplete | None = None in third party stubs - Update psutil to 7.0.* License-Update: Use LICENSE file Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
SUMMARY = "Typing stubs for psutil"
|
||||
HOMEPAGE = "https://github.com/python/typeshed"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=c2d9643b4523fdf462545aeb1356ad23"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
SRC_URI[sha256sum] = "8cbe086b9c29f5c0aa55c4422498c07a8e506f096205761dba088905198551dc"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "Typing stubs for psutil"
|
||||
HOMEPAGE = "https://github.com/python/typeshed"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=ec038232ab86edd7354b091c54e190e2"
|
||||
|
||||
PYPI_PACKAGE = "types_psutil"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
SRC_URI[sha256sum] = "71fe9c4477a7e3d4f1233862f0877af87bff057ff398f04f4e5c0ca60aded197"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-psutil \
|
||||
"
|
||||
Reference in New Issue
Block a user