summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-testtools.inc
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-11-03 15:49:09 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-05 11:28:45 +0000
commit7ebb11fd238cde3d02ea8996f9aa09978c2085b3 (patch)
tree5433bc2178561e805ed09be54bed476e220f09a1 /meta/recipes-devtools/python/python-testtools.inc
parente8a7dad4d011d563779c363edc50d5746f400cfe (diff)
downloadpoky-7ebb11fd238cde3d02ea8996f9aa09978c2085b3.tar.gz
python3-testtools: upgrade 2.6.0 -> 2.7.0
Changelog: ============ * Fix compatibility with Python 3.12. * Add typing in various modules (still lacking full coverage). * Drop the 'test' command for distutils. This has been deprecated since 2.6.0. * Drop support for Python 3.6. (From OE-Core rev: d331c9be4ea79aabb099a1ddd04d7c0b30c533d7) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-testtools.inc')
-rw-r--r--meta/recipes-devtools/python/python-testtools.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-testtools.inc b/meta/recipes-devtools/python/python-testtools.inc
index e004d0eb0b..76f99c2058 100644
--- a/meta/recipes-devtools/python/python-testtools.inc
+++ b/meta/recipes-devtools/python/python-testtools.inc
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e2c9d3e8ba7141c83bfef190e0b9379a"
6 6
7inherit pypi 7inherit pypi
8 8
9SRC_URI[sha256sum] = "28b65e14c0f2d3ecbbfb5f55c9dcde5e4faa80ac16a37a823909a1fe3cbcb30a" 9SRC_URI[sha256sum] = "eec326f4275e6a55e5540302d01a0ae0a9e48991d7aade38a5c8ed093c37993a"
10 10
11DEPENDS += " \ 11DEPENDS += " \
12 ${PYTHON_PN}-pbr \ 12 ${PYTHON_PN}-pbr \