diff options
author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-01-28 11:05:56 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-28 09:15:41 -0800 |
commit | 84ee47308b213348d18d55d4aca480ab830eeab4 (patch) | |
tree | 8cf1b7b005c867c921e33802878494c6a1363d01 /meta-python | |
parent | 7e7553a6254f76fb7dc09bc04ab40f73d4f522d5 (diff) | |
download | meta-openembedded-84ee47308b213348d18d55d4aca480ab830eeab4.tar.gz |
python3-pydantic-core: remove not needed INSANE_SKIP
The current version of the recipe passes the "buildpaths"
QA check, it is not needed to skip it.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic-core_2.27.2.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core_2.27.2.bb b/meta-python/recipes-devtools/python/python3-pydantic-core_2.27.2.bb index 5dd76f99fa..063730372b 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic-core_2.27.2.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic-core_2.27.2.bb | |||
@@ -25,7 +25,6 @@ RDEPENDS:${PN} += " \ | |||
25 | " | 25 | " |
26 | 26 | ||
27 | INSANE_SKIP:${PN} = "already-stripped" | 27 | INSANE_SKIP:${PN} = "already-stripped" |
28 | INSANE_SKIP:${PN} += "buildpaths" | ||
29 | 28 | ||
30 | # python3-misc is for Lib/timeit.py which is not split out elsewhere | 29 | # python3-misc is for Lib/timeit.py which is not split out elsewhere |
31 | RDEPENDS:${PN}-ptest += "\ | 30 | RDEPENDS:${PN}-ptest += "\ |