diff mbox series

[meta-python,3/5] python3-aiohttp: add optional PACKAGECONFIG for the extras mentioned in the build requirements

Message ID 20251215225122.2243816-4-t.f.g.geelen@gmail.com
State New
Headers show
Series [meta-python,1/5] python3-aiohttp: upgrade 3.12.15 -> 3.12.2 | expand

Commit Message

Tom Geelen Dec. 15, 2025, 10:51 p.m. UTC
Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
---
 .../recipes-devtools/python/python3-aiohttp_3.13.2.bb        | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff mbox series

Patch

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"
 
 SRC_URI[sha256sum] = "40176a52c186aefef6eb3cad2cdd30cd06e3afbe88fe8ab2af9c0b90f228daca"
 
-inherit python_setuptools_build_meta pypi
+inherit python_setuptools_build_meta pypi 
 
 DEPENDS = "python3-pkgconfig-native"
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[extras] = ",,,python3-aiodns python3-brotli"
+
 RDEPENDS:${PN} = "\
     python3-aiohappyeyeballs \
     python3-aiosignal \