Message ID | 20241114220009.737413-20-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [01/21] blueman: inherit cython class | expand |
diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb b/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb index 475c71bba7..337262efe0 100644 --- a/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb +++ b/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb @@ -9,11 +9,10 @@ SRC_URI += "file://run-ptest" PYPI_PACKAGE = "yarl" -inherit pypi ptest python_setuptools_build_meta +inherit pypi ptest python_setuptools_build_meta cython DEPENDS += " \ python3-expandvars-native \ - python3-cython-native \ " RDEPENDS:${PN} = "\
Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)