diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-05-27 17:47:58 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-31 03:08:54 -0700 |
| commit | 2b0a9579ecf481f06f79b03a8e1c7d5e2a445e20 (patch) | |
| tree | 5bb0b57ae9a22f0dcc3e5b52b9110d65bfdb543b /meta-python/recipes-devtools/python/python3-wrapt_2.2.1.bb | |
| parent | 9966cea909377efb4a91bfc65986feb5df2a7667 (diff) | |
| download | meta-openembedded-2b0a9579ecf481f06f79b03a8e1c7d5e2a445e20.tar.gz | |
python3-wrapt: upgrade 2.1.2 -> 2.2.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-wrapt_2.2.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-wrapt_2.2.1.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-wrapt_2.2.1.bb b/meta-python/recipes-devtools/python/python3-wrapt_2.2.1.bb new file mode 100644 index 0000000000..859e36c55f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-wrapt_2.2.1.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SUMMARY = "A Python module for decorators, wrappers and monkey patching." | ||
| 2 | HOMEPAGE = "https://wrapt.readthedocs.org/" | ||
| 3 | LICENSE = "BSD-2-Clause" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=63a78af2900bfcc5ce482f3b8d445898" | ||
| 6 | |||
| 7 | inherit pypi python_setuptools_build_meta ptest-python-pytest | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "6744f504375775d7609c82c8d3d94af1c9a6f05586984536905908ba905277b9" | ||
| 10 | |||
| 11 | # python3-misc for 'this' module | ||
| 12 | RDEPENDS:${PN}-ptest += " \ | ||
| 13 | python3-misc \ | ||
| 14 | " | ||
| 15 | |||
| 16 | RDEPENDS:${PN}:append:class-target = " \ | ||
| 17 | python3-stringold \ | ||
| 18 | python3-threading \ | ||
| 19 | " | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native" | ||
