summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-01-06 11:42:56 +0200
committerKhem Raj <raj.khem@gmail.com>2026-01-06 07:36:35 -0800
commit768a03917189ba64d72ff3b7ac30358e185a21e3 (patch)
tree04e1dcc1f02767e04f67d1a9018be37e1c6f920c /meta-python/recipes-devtools/python
parentb24854295438965cef7e8472501c3e2ade705c4e (diff)
downloadmeta-openembedded-768a03917189ba64d72ff3b7ac30358e185a21e3.tar.gz
python3-parse-type: Upgrade 0.6.3 -> 0.6.6
Upgrade to release 0.6.6: - Disable setuptools-scm: Too many side-effects Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-parse-type_0.6.6.bb (renamed from meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb)4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb b/meta-python/recipes-devtools/python/python3-parse-type_0.6.6.bb
index 8932d95609..6d740cb130 100644
--- a/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb
+++ b/meta-python/recipes-devtools/python/python3-parse-type_0.6.6.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jenisys/parse_type"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=2e469278ace89c246d52505acc39c3da" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=2e469278ace89c246d52505acc39c3da"
5 5
6SRC_URI[sha256sum] = "8e99d2f52fab2f0f1f3d68ba9d026060140bf0e53680aada0111fb27b2f0e93a" 6SRC_URI[sha256sum] = "513a3784104839770d690e04339a8b4d33439fcd5dd99f2e4580f9fc1097bfb2"
7SRC_URI += " \ 7SRC_URI += " \
8 file://run-ptest \ 8 file://run-ptest \
9" 9"
@@ -13,6 +13,8 @@ UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
13 13
14inherit pypi ptest python_setuptools_build_meta 14inherit pypi ptest python_setuptools_build_meta
15 15
16DEPENDS += "python3-setuptools-scm-native"
17
16do_install_ptest() { 18do_install_ptest() {
17 install -d ${D}${PTEST_PATH}/tests 19 install -d ${D}${PTEST_PATH}/tests
18 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ 20 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/