diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aiohttp_3.13.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-aiohttp_3.13.5.bb | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.13.5.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.13.5.bb new file mode 100644 index 0000000000..f3a0fbf557 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.13.5.bb | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | SUMMARY = "Async http client/server framework" | ||
| 2 | DESCRIPTION = "Asynchronous HTTP client/server framework for asyncio and Python" | ||
| 3 | HOMEPAGE = "https://github.com/aio-libs/aiohttp" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=748073912af33aa59430d3702aa32d41" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "9d98cc980ecc96be6eb4c1994ce35d28d8b1f5e5208a23b421187d1209dbb7d1" | ||
| 8 | |||
| 9 | CVE_PRODUCT = "aiohttp" | ||
| 10 | CVE_STATUS_GROUPS = "CVE_AIOHTTP_FIX_3_13_4" | ||
| 11 | CVE_AIOHTTP_FIX_3_13_4[status] = "fixed-version: fixed in 3.13.4" | ||
| 12 | CVE_AIOHTTP_FIX_3_13_4 = "CVE-2026-22815 CVE-2026-34513 CVE-2026-34514 \ | ||
| 13 | CVE-2026-34515 CVE-2026-34516 CVE-2026-34517 CVE-2026-34518 CVE-2026-34519 \ | ||
| 14 | CVE-2026-34520 CVE-2026-34525" | ||
| 15 | |||
| 16 | inherit python_setuptools_build_meta pypi | ||
| 17 | |||
| 18 | DEPENDS = "python3-pkgconfig-native" | ||
| 19 | |||
| 20 | PACKAGECONFIG ??= "" | ||
| 21 | PACKAGECONFIG[extras] = ",,,python3-aiodns python3-brotli" | ||
| 22 | |||
| 23 | RDEPENDS:${PN} = "\ | ||
| 24 | python3-aiohappyeyeballs \ | ||
| 25 | python3-aiosignal \ | ||
| 26 | python3-async-timeout \ | ||
| 27 | python3-attrs \ | ||
| 28 | python3-frozenlist \ | ||
| 29 | python3-misc \ | ||
| 30 | python3-multidict \ | ||
| 31 | python3-propcache \ | ||
| 32 | python3-yarl \ | ||
| 33 | " | ||
| 34 | |||
| 35 | CFLAGS:append:toolchain-gcc:arm = " -flax-vector-conversions" | ||
| 36 | |||
| 37 | BBCLASSEXTEND = "native nativesdk" | ||
