python3-path: upgrade 16.4.0 -> 16.5.0

Changelog:
==========
 Refreshed packaging.
 #197: Fixed default argument rendering in docs.
 #209: Refactored write_lines to re-use open semantics. Deprecated the linesep parameter.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
wangmy
2022-09-27 17:11:00 +08:00
committed by Khem Raj
parent ec10e73d93
commit 9805d38ea8

View File

@@ -0,0 +1,11 @@
SUMMARY = "A module wrapper for os.path"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
SRC_URI[sha256sum] = "2722e500b370bc00d5934d2207e26b17a09ee73eb0150f651d5a255d8be935a2"
inherit pypi python_setuptools_build_meta
DEPENDS += "python3-setuptools-scm-native"
BBCLASSEXTEND = "nativesdk native"