summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-01-27 13:19:00 +0200
committerKhem Raj <raj.khem@gmail.com>2026-01-30 23:59:05 -0800
commit112b473a7f59bbf6c77d70a102e6cc58f6aa0baa (patch)
tree411606548bf9657197f808a3cb76dfc752265161 /meta-python
parent71285e98077121aa6135fc1c5f8cfc4e1b89810b (diff)
downloadmeta-openembedded-112b473a7f59bbf6c77d70a102e6cc58f6aa0baa.tar.gz
python3-path: Upgrade 17.1.0 -> 17.1.1
Upgrade to release 17.1.1: - Feed the hobgoblins (delint) - Supply the types, irrespective of platform - Ignore the arg type License-Update: Update years Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-path_17.1.1.bb (renamed from meta-python/recipes-devtools/python/python3-path_17.1.0.bb)10
1 files changed, 7 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-path_17.1.0.bb b/meta-python/recipes-devtools/python/python3-path_17.1.1.bb
index 066f756730..be150f3dbb 100644
--- a/meta-python/recipes-devtools/python/python3-path_17.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-path_17.1.1.bb
@@ -1,8 +1,8 @@
1SUMMARY = "A module wrapper for os.path" 1SUMMARY = "A module wrapper for os.path"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=1aeae65f25a15b1e46d4381f2f094e0a"
4 4
5SRC_URI[sha256sum] = "d41e05ed4fa1d4f6d702df3c1e0a1a255d7b544287432456455dc7c51e5f98e9" 5SRC_URI[sha256sum] = "2dfcbfec8b4d960f3469c52acf133113c2a8bf12ac7b98d629fa91af87248d42"
6 6
7SRC_URI += "\ 7SRC_URI += "\
8 file://run-ptest \ 8 file://run-ptest \
@@ -10,7 +10,10 @@ SRC_URI += "\
10 10
11inherit pypi python_setuptools_build_meta ptest 11inherit pypi python_setuptools_build_meta ptest
12 12
13DEPENDS += "python3-setuptools-scm-native" 13DEPENDS += " \
14 python3-setuptools-scm-native \
15 python3-coherent-licensed-native \
16"
14 17
15RDEPENDS:${PN} += " \ 18RDEPENDS:${PN} += " \
16 python3-appdirs \ 19 python3-appdirs \
@@ -22,6 +25,7 @@ RDEPENDS:${PN} += " \
22RDEPENDS:${PN}-ptest += " \ 25RDEPENDS:${PN}-ptest += " \
23 python3-pytest \ 26 python3-pytest \
24 python3-unittest-automake-output \ 27 python3-unittest-automake-output \
28 python3-more-itertools \
25" 29"
26 30
27BBCLASSEXTEND = "nativesdk native" 31BBCLASSEXTEND = "nativesdk native"