diff options
| author | Tom Geelen <t.f.g.geelen@gmail.com> | 2025-12-15 23:51:20 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-16 19:57:34 -0800 |
| commit | 063ae95c562e856263424c0efeaa765743d5f232 (patch) | |
| tree | 0ca7c9d87ee33bd9f545bd8b02a2521d4924e6d6 /meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb | |
| parent | 120f908fa0ed1ebd5b41675bc80979c207a426f0 (diff) | |
| download | meta-openembedded-063ae95c562e856263424c0efeaa765743d5f232.tar.gz | |
python3-aiohttp: add optional PACKAGECONFIG for the extras mentioned in the build requirements
Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb index 5419db3535..e249f99860 100644 --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb | |||
| @@ -6,10 +6,13 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=748073912af33aa59430d3702aa32d41" | |||
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "40176a52c186aefef6eb3cad2cdd30cd06e3afbe88fe8ab2af9c0b90f228daca" | 7 | SRC_URI[sha256sum] = "40176a52c186aefef6eb3cad2cdd30cd06e3afbe88fe8ab2af9c0b90f228daca" |
| 8 | 8 | ||
| 9 | inherit python_setuptools_build_meta pypi | 9 | inherit python_setuptools_build_meta pypi |
| 10 | 10 | ||
| 11 | DEPENDS = "python3-pkgconfig-native" | 11 | DEPENDS = "python3-pkgconfig-native" |
| 12 | 12 | ||
| 13 | PACKAGECONFIG ??= "" | ||
| 14 | PACKAGECONFIG[extras] = ",,,python3-aiodns python3-brotli" | ||
| 15 | |||
| 13 | RDEPENDS:${PN} = "\ | 16 | RDEPENDS:${PN} = "\ |
| 14 | python3-aiohappyeyeballs \ | 17 | python3-aiohappyeyeballs \ |
| 15 | python3-aiosignal \ | 18 | python3-aiosignal \ |
