diff mbox series

[meta-python] python3-fastapi: Point to right layer for swagger-ui recipe

Message ID 20251130184105.472600-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python] python3-fastapi: Point to right layer for swagger-ui recipe | expand

Commit Message

Khem Raj Nov. 30, 2025, 6:41 p.m. UTC
meta-xfce -> meta-webserver

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Jan Vermaete <jan.vermaete@gmail.com>
---
 meta-python/recipes-devtools/python/python3-fastapi_0.122.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-fastapi_0.122.0.bb b/meta-python/recipes-devtools/python/python3-fastapi_0.122.0.bb
index a5c9d257b0..02da557663 100644
--- a/meta-python/recipes-devtools/python/python3-fastapi_0.122.0.bb
+++ b/meta-python/recipes-devtools/python/python3-fastapi_0.122.0.bb
@@ -10,7 +10,7 @@  SRC_URI += "file://run-ptest"
 inherit pypi python_pdm ptest-python-pytest

 PACKAGECONFIG ?= ""
-# swagger-ui is in meta-xfce that meta-python does not depend upon
+# swagger-ui is in meta-webserver that meta-python does not depend upon
 # Users can still enable it in their distros explicitly but its disabled
 # by default
 PACKAGECONFIG[swagger-ui] = ",,,swagger-ui"