summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-09-19 15:54:41 +0800
committerKhem Raj <raj.khem@gmail.com>2023-09-20 15:34:03 -0700
commit26119f7be635ee3071df9fd18874c87951bd1224 (patch)
tree05e484dd4cae82dd9e9eace2716c93b7c724f848 /meta-python
parent11f16e1bfd98d9f582704e8b7345555bc36921c2 (diff)
downloadmeta-openembedded-26119f7be635ee3071df9fd18874c87951bd1224.tar.gz
python3-tox: upgrade 4.11.1 -> 4.11.3
Changelog: =========== docs(plugin): explain plugin registration Fix error caused by a bad base_python path Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-tox_4.11.3.bb (renamed from meta-python/recipes-devtools/python/python3-tox_4.11.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tox_4.11.1.bb b/meta-python/recipes-devtools/python/python3-tox_4.11.3.bb
index bbb77e713d..be42c4b6f6 100644
--- a/meta-python/recipes-devtools/python/python3-tox_4.11.1.bb
+++ b/meta-python/recipes-devtools/python/python3-tox_4.11.3.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "http://tox.readthedocs.org/"
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7"
8 8
9SRC_URI[sha256sum] = "8a8cc94b7269f8e43dfc636eff2da4b33a199a4e575b5b086cc51aae24ac4262" 9SRC_URI[sha256sum] = "5039f68276461fae6a9452a3b2c7295798f00a0e92edcd9a3b78ba1a73577951"
10 10
11BBCLASSEXTEND = "native nativesdk" 11BBCLASSEXTEND = "native nativesdk"
12inherit pypi python_hatchling 12inherit pypi python_hatchling