diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2024-08-09 11:52:33 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:30 -0700 |
commit | 7f612f80c8160f1272e19a76721c394e31c6cf97 (patch) | |
tree | 6acd6d19eb811c53d9a8ef30d1cea052662da0bd /meta-python/recipes-devtools | |
parent | 14c46173449ae3120667826ec4059e4d0a872fe5 (diff) | |
download | meta-openembedded-7f612f80c8160f1272e19a76721c394e31c6cf97.tar.gz |
python3-sniffio: Upgrade 1.3.0 -> 1.3.1
Upgrade to release 1.3.1:
- Added missing thread_local to sniffio.__all__
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-sniffio_1.3.1.bb (renamed from meta-python/recipes-devtools/python/python3-sniffio_1.3.0.bb) | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sniffio_1.3.0.bb b/meta-python/recipes-devtools/python/python3-sniffio_1.3.1.bb index 746e4185d..82c457c39 100644 --- a/meta-python/recipes-devtools/python/python3-sniffio_1.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-sniffio_1.3.1.bb | |||
@@ -9,4 +9,13 @@ LIC_FILES_CHKSUM = "\ | |||
9 | 9 | ||
10 | inherit pypi python_setuptools_build_meta | 10 | inherit pypi python_setuptools_build_meta |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101" | 12 | SRC_URI[sha256sum] = "f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc" |
13 | |||
14 | DEPENDS += "\ | ||
15 | python3-setuptools-scm-native \ | ||
16 | " | ||
17 | |||
18 | RDEPENDS:${PN} += " \ | ||
19 | python3-numbers \ | ||
20 | python3-core \ | ||
21 | " | ||