diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-11-30 10:39:36 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-30 10:41:20 -0800 |
| commit | 0456c030d216e1d14a53ea3cbb5087ab1d8f8ad6 (patch) | |
| tree | 45d0e477b0548ac12ba731658b5d05514e05346c /meta-python/recipes-devtools/python | |
| parent | a555730e42f9c1e3ed2523b57565dbbb833d88af (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 10 | inherit pypi python_pdm ptest-python-pytest | 10 | inherit pypi python_pdm ptest-python-pytest |
| 11 | 11 | ||
| 12 | PACKAGECONFIG ?= "" | 12 | PACKAGECONFIG ?= "" |
| 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 |
| 16 | PACKAGECONFIG[swagger-ui] = ",,,swagger-ui" | 16 | PACKAGECONFIG[swagger-ui] = ",,,swagger-ui" |
