diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-01-07 18:28:48 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-12 08:53:44 -0800 |
| commit | 6a9c1e91145ddb4584867d09ee85b81d21763474 (patch) | |
| tree | 529fd1050568f3dd01f2fc22398e1f28cea00e62 /meta-python/recipes-devtools/python/python3-nocasedict_2.2.0.bb | |
| parent | 9206e31273b12c641eb9a46ced4fe8d26e735b48 (diff) | |
| download | meta-openembedded-6a9c1e91145ddb4584867d09ee85b81d21763474.tar.gz | |
python3-nocasedict: upgrade 2.1.0 -> 2.2.0
Changelog:
https://nocasedict.readthedocs.io/en/2.2.0/changes.html
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-nocasedict_2.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-nocasedict_2.2.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_2.2.0.bb b/meta-python/recipes-devtools/python/python3-nocasedict_2.2.0.bb new file mode 100644 index 0000000000..4580fff727 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-nocasedict_2.2.0.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "A case-insensitive ordered dictionary for Python" | ||
| 2 | HOMEPAGE = "https://github.com/pywbem/nocasedict" | ||
| 3 | LICENSE = "LGPL-2.1-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "6f2b608602b0568cd06ff46e2a0f231d2a0c247d6dc120672c381cb29169e1e7" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | DEPENDS += " \ | ||
| 11 | python3-setuptools-scm-native \ | ||
| 12 | python3-toml-native \ | ||
| 13 | " | ||
| 14 | |||
| 15 | RDEPENDS:${PN} += " \ | ||
| 16 | python3-six \ | ||
| 17 | " | ||
