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>
This commit is contained in:
Tom Geelen 2025-12-15 23:51:20 +01:00 committed by Khem Raj
parent 120f908fa0
commit 063ae95c56
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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 \