Message ID | 20250128100556.3125022-1-skandigraun@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [meta-python] python3-pydantic-core: remove not needed INSANE_SKIP | expand |
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 5dd76f99f..063730372 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} += " \ " INSANE_SKIP:${PN} = "already-stripped" -INSANE_SKIP:${PN} += "buildpaths" # python3-misc is for Lib/timeit.py which is not split out elsewhere RDEPENDS:${PN}-ptest += "\
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> --- .../recipes-devtools/python/python3-pydantic-core_2.27.2.bb | 1 - 1 file changed, 1 deletion(-)