summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKrupal Ka Patel <krkapate@cisco.com>2024-03-04 16:35:21 -0800
committerKhem Raj <raj.khem@gmail.com>2024-03-04 17:11:47 -0800
commitf1c8e5e7344fc620855b15a51a786525c13b0c64 (patch)
tree9409401ee8c1bbc395ceb5908174606c4fba4c4d /meta-python
parentdb58edbed86931fdb75046cdd0426eb1931a40f3 (diff)
downloadmeta-openembedded-f1c8e5e7344fc620855b15a51a786525c13b0c64.tar.gz
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.3.2.bb2
1 files changed, 1 insertions, 1 deletions
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
8 8
9inherit pypi python_poetry_core 9inherit pypi python_poetry_core
10 10
11BBCLASSSEXTEND = "native nativesdk" 11BBCLASSEXTEND = "native nativesdk"
12 12