summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-08-13 17:54:44 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-14 10:31:11 +0100
commit605373567b4f7bfe6cc054292939a7f9454fb70e (patch)
tree441c4febd7ca38dc03b88b889a07a2ddadc67e4d /meta/recipes-devtools/python
parentd729ce0750ea1e1a4247b6ff2cb44cd1bf335236 (diff)
downloadpoky-605373567b4f7bfe6cc054292939a7f9454fb70e.tar.gz
python3-click: upgrade 8.1.8 -> 8.2.1
Some new tests use pytest's terminal reporter internally, which requires full "cat" and "less", busybox isn't enough - RDEPENDS is adapted accordingly. ptest passed: ==================================== Testsuite summary TOTAL: 761 PASS: 739 SKIP: 21 XFAIL: 1 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 2 END: /usr/lib/python3-click/ptest 2025-08-13T15:51 STOP: ptest-runner TOTAL: 1 FAIL: 0 Changelog: https://click.palletsprojects.com/en/stable/changes/ (From OE-Core rev: 37edc3bbe87831ff08aec5d7c71f3edf92496ab0) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-click_8.2.1.bb (renamed from meta/recipes-devtools/python/python3-click_8.1.8.bb)3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-click_8.1.8.bb b/meta/recipes-devtools/python/python3-click_8.2.1.bb
index 7be3d73546..0bbc7e8488 100644
--- a/meta/recipes-devtools/python/python3-click_8.1.8.bb
+++ b/meta/recipes-devtools/python/python3-click_8.2.1.bb
@@ -8,7 +8,7 @@ HOMEPAGE = "http://click.pocoo.org/"
8LICENSE = "BSD-3-Clause" 8LICENSE = "BSD-3-Clause"
9LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1fa98232fd645608937a0fdc82e999b8" 9LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1fa98232fd645608937a0fdc82e999b8"
10 10
11SRC_URI[sha256sum] = "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" 11SRC_URI[sha256sum] = "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202"
12 12
13inherit pypi python_flit_core ptest-python-pytest 13inherit pypi python_flit_core ptest-python-pytest
14 14
@@ -29,5 +29,6 @@ RDEPENDS:${PN} += "\
29 python3-io \ 29 python3-io \
30 python3-threading \ 30 python3-threading \
31 " 31 "
32RDEPENDS:${PN}-ptest += "coreutils less"
32 33
33BBCLASSEXTEND = "native nativesdk" 34BBCLASSEXTEND = "native nativesdk"