python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND

This typo resulted in the following error,
"ERROR: Nothing RPROVIDES 'nativesdk-python3-aiohappyeyeballs'"

Signed-off-by: Krupal Ka Patel <krkapate@cisco.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Krupal Ka Patel
2024-03-04 16:35:21 -08:00
committed by Khem Raj
parent db58edbed8
commit f1c8e5e734

View File

@@ -8,5 +8,5 @@ SRC_URI[sha256sum] = "77e15a733090547a1f5369a1287ddfc944bd30df0eb8993f585259c34b
inherit pypi python_poetry_core
BBCLASSSEXTEND = "native nativesdk"
BBCLASSEXTEND = "native nativesdk"