diff mbox series

[meta-python] python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND

Message ID 20240305003521.577734-1-krkapate@cisco.com
State Accepted
Headers show
Series [meta-python] python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND | expand

Commit Message

krkapate@cisco.com March 5, 2024, 12:35 a.m. UTC
From: Krupal Ka Patel <krkapate@cisco.com>

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

Signed-off-by: Krupal Ka Patel <krkapate@cisco.com>
---
 .../recipes-devtools/python/python3-aiohappyeyeballs_2.3.2.bb   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.3.2.bb b/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.3.2.bb
index 0ca483477..edad28e77 100644
--- a/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.3.2.bb
@@ -8,5 +8,5 @@  SRC_URI[sha256sum] = "77e15a733090547a1f5369a1287ddfc944bd30df0eb8993f585259c34b
 
 inherit pypi python_poetry_core
 
-BBCLASSSEXTEND = "native nativesdk"
+BBCLASSEXTEND = "native nativesdk"