summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-11-30 10:39:36 -0800
committerKhem Raj <raj.khem@gmail.com>2025-11-30 10:41:20 -0800
commit0456c030d216e1d14a53ea3cbb5087ab1d8f8ad6 (patch)
tree45d0e477b0548ac12ba731658b5d05514e05346c /meta-python/recipes-devtools/python
parenta555730e42f9c1e3ed2523b57565dbbb833d88af (diff)
downloadmeta-openembedded-0456c030d216e1d14a53ea3cbb5087ab1d8f8ad6.tar.gz
python3-fastapi: Point to right layer for swagger-ui recipe
meta-xfce -> meta-webserver Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Jan Vermaete <jan.vermaete@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-fastapi_0.122.0.bb2
1 files changed, 1 insertions, 1 deletions
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"
10inherit pypi python_pdm ptest-python-pytest 10inherit pypi python_pdm ptest-python-pytest
11 11
12PACKAGECONFIG ?= "" 12PACKAGECONFIG ?= ""
13# swagger-ui is in meta-xfce that meta-python does not depend upon 13# swagger-ui is in meta-webserver that meta-python does not depend upon
14# Users can still enable it in their distros explicitly but its disabled 14# Users can still enable it in their distros explicitly but its disabled
15# by default 15# by default
16PACKAGECONFIG[swagger-ui] = ",,,swagger-ui" 16PACKAGECONFIG[swagger-ui] = ",,,swagger-ui"